#8C6F05

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

Shades of Golden Brown #8C6F05

Tints of Golden Brown #8C6F05

Color information

#8C6F05 (or 0x8C6F05) is unknown color: approx Golden Brown. HEX triplet: 8C, 6F and 05. RGB value is (140,111,5). Sum of RGB (Red+Green+Blue) = 140+111+5=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6F05 is #7390FA. Grayscale: #6C6C6C. Windows color (decimal): -7573755 or 356236. OLE color: 356236.

HSL color Cylindrical-coordinate representation of color #8C6F05: hue angle of 47.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C6F05 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1401115-
CMYK00.210.960.45
HSL47.11º93.1%28.43%-
HSV(B)47.11º96.43%54.9%-
XYZ16.5316.962.55-
YUV107.5970.11151.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.69%
GREEN value IS 111 (43.75% from 255) = 43.36%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=54.69%
G=43.36%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140111500.210.960.4547.1193.128.43
Hex8C6F5015602D2f5d1c
Octal2141575025140555713534
Binary1000110011011111010101011100000101101101111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,111,5); }

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

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

 a { background-color: rgb(140,111,5); }

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

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

 span { border-color: rgb(140,111,5); }

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