#8F660B

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

Shades of Golden Brown #8F660B

Tints of Golden Brown #8F660B

Color information

#8F660B (or 0x8F660B) is unknown color: approx Golden Brown. HEX triplet: 8F, 66 and 0B. RGB value is (143,102,11). Sum of RGB (Red+Green+Blue) = 143+102+11=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F660B is #7099F4. Grayscale: #686868. Windows color (decimal): -7379445 or 747151. OLE color: 747151.

HSL color Cylindrical-coordinate representation of color #8F660B: hue angle of 41.36º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F660B is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14310211-
CMYK00.290.920.44
HSL41.36º85.71%30.2%-
HSV(B)41.36º92.31%56.08%-
XYZ16.1415.372.43-
YUV103.8875.58155.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.86%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 11 (4.69% from 255) = 4.30%
R=55.86%
G=39.84%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431021100.290.920.4441.3685.7130.2
Hex8F66B01D5C2C29561e
Octal21714613035134545112636
Binary10001111110011010110111011011100101100101001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,102,11); }

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

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

 a { background-color: rgb(143,102,11); }

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

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

 span { border-color: rgb(143,102,11); }

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