#8F660C

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

Shades of Golden Brown #8F660C

Tints of Golden Brown #8F660C

Color information

#8F660C (or 0x8F660C) is unknown color: approx Golden Brown. HEX triplet: 8F, 66 and 0C. RGB value is (143,102,12). Sum of RGB (Red+Green+Blue) = 143+102+12=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F660C is #7099F3. Grayscale: #686868. Windows color (decimal): -7379444 or 812687. OLE color: 812687.

HSL color Cylindrical-coordinate representation of color #8F660C: hue angle of 41.22º degrees, saturation: 0.85, 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 #8F660C is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14310212-
CMYK00.290.920.44
HSL41.22º84.52%30.39%-
HSV(B)41.22º91.61%56.08%-
XYZ16.1515.372.46-
YUV10476.08155.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.64%
GREEN value IS 102 (40.23% from 255) = 39.69%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=55.64%
G=39.69%
B=4.67%

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
Decimal1431021200.290.920.4441.2284.5230.39
Hex8F66C01D5C2C29551e
Octal21714614035134545112536
Binary10001111110011011000111011011100101100101001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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