#8C6104

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

Shades of Golden Brown #8C6104

Tints of Golden Brown #8C6104

Color information

#8C6104 (or 0x8C6104) is unknown color: approx Golden Brown. HEX triplet: 8C, 61 and 04. RGB value is (140,97,4). Sum of RGB (Red+Green+Blue) = 140+97+4=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6104 is #739EFB. Grayscale: #636363. Windows color (decimal): -7577340 or 287116. OLE color: 287116.

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

Color convert

RGB140974-
CMYK00.310.970.45
HSL41.03º94.44%28.24%-
HSV(B)41.03º97.14%54.9%-
XYZ15.1114.132.05-
YUV99.2674.25157.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.09%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 4 (1.95% from 255) = 1.66%
R=58.09%
G=40.25%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14097400.310.970.4541.0394.4428.24
Hex8C61401F612D295e1c
Octal2141414037141555113634
Binary1000110011000011000111111100001101101101001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,97,4); }

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

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

 a { background-color: rgb(140,97,4); }

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

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

 span { border-color: rgb(140,97,4); }

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