#8F611B

Color #8F611B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #8F611B

Tints of Golden Brown #8F611B

Color information

#8F611B (or 0x8F611B) is unknown color: approx Golden Brown. HEX triplet: 8F, 61 and 1B. RGB value is (143,97,27). Sum of RGB (Red+Green+Blue) = 143+97+27=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F611B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F611B is #709EE4. Grayscale: #676767. Windows color (decimal): -7380709 or 1794447. OLE color: 1794447.

HSL color Cylindrical-coordinate representation of color #8F611B: hue angle of 36.21º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F611B is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1439727-
CMYK00.320.810.44
HSL36.21º68.24%33.33%-
HSV(B)36.21º81.12%56.08%-
XYZ15.814.473-
YUV102.7785.24156.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 53.56%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 27 (10.94% from 255) = 10.11%
R=53.56%
G=36.33%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143972700.320.810.4436.2168.2433.33
Hex8F611B020512C244421
Octal21714133040121544410441
Binary10001111110000111011010000010100011011001001001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F611B; }

 p { color: rgb(143,97,27); }

 H1.HeaderClassName
 {
   color: #8F611B;
 }
 .AnyTagClassName
 {
   color: #8F611B;
 }
</style>
background-color css

<style>
 a { background-color: #8F611B; }

 a { background-color: rgb(143,97,27); }

 div.DivClassName
 {
   background-color: #8F611B;
 }
 .BgClassName
 {
   background-color: #8F611B;
 }
</style>
border-color css

<style>
 span { border-color: #8F611B; }

 span { border-color: rgb(143,97,27); }

 td.TdClassName
 {
   border-color: #8F611B;
 }
 .TagClassName
 {
   border-color: #8F611B;
 }
</style>