#8C6405

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

Shades of Golden Brown #8C6405

Tints of Golden Brown #8C6405

Color information

#8C6405 (or 0x8C6405) is unknown color: approx Golden Brown. HEX triplet: 8C, 64 and 05. RGB value is (140,100,5). Sum of RGB (Red+Green+Blue) = 140+100+5=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6405 is #739BFA. Grayscale: #656565. Windows color (decimal): -7576571 or 353420. OLE color: 353420.

HSL color Cylindrical-coordinate representation of color #8C6405: hue angle of 42.22º 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 #8C6405 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1401005-
CMYK00.290.960.45
HSL42.22º93.1%28.43%-
HSV(B)42.22º96.43%54.9%-
XYZ15.414.72.17-
YUV101.1373.75155.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.14%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 5 (2.34% from 255) = 2.04%
R=57.14%
G=40.82%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140100500.290.960.4542.2293.128.43
Hex8C64501D602D2a5d1c
Octal2141445035140555213534
Binary1000110011001001010111011100000101101101010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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