#8F680C

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

Shades of Golden Brown #8F680C

Tints of Golden Brown #8F680C

Color information

#8F680C (or 0x8F680C) is unknown color: approx Golden Brown. HEX triplet: 8F, 68 and 0C. RGB value is (143,104,12). Sum of RGB (Red+Green+Blue) = 143+104+12=259 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.21% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 143 - color contains mainly: red. Hex color #8F680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F680C is #7097F3. Grayscale: #696969. Windows color (decimal): -7378932 or 813199. OLE color: 813199.

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

Color convert

RGB14310412-
CMYK00.270.920.44
HSL42.14º84.52%30.39%-
HSV(B)42.14º91.61%56.08%-
XYZ16.3415.772.53-
YUV105.1775.42154.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.21%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 12 (5.08% from 255) = 4.63%
R=55.21%
G=40.15%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431041200.270.920.4442.1484.5230.39
Hex8F68C01B5C2C2a551e
Octal21715014033134545212536
Binary10001111110100011000110111011100101100101010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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