Shades of Golden Brown #8C6200
Tints of Golden Brown #8C6200
RGB
CMYK
RGB Variations
Color information
#8C6200 (or 0x8C6200) is known color: Golden Brown. HEX triplet: 8C, 62 and 00. RGB value is (140,98,0). Sum of RGB (Red+Green+Blue) = 140+98+0=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6200 is #739DFF. Grayscale: #636363. Windows color (decimal): -7577088 or 25228. OLE color: 25228.
HSL color Cylindrical-coordinate representation of color #8C6200: hue angle of 42º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C6200 is Cyan = 0, Magento = 0.3, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 0 | - |
| CMYK | 0 | 0.3 | 1 | 0.45 |
| HSL | 42º | 1% | 0.27% | - |
| HSV(B) | 42º | 1% | 0.55% | - |
| XYZ | 15.18 | 14.31 | 1.96 | - |
| YUV | 99.39 | 71.91 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 0 | 0 | 0.3 | 1 | 0.45 | 42 | 1 | 0.27 |
| Hex | 8C | 62 | 0 | 0 | 1E | 64 | 2D | 2A | 64 | 1B |
| Octal | 214 | 142 | 0 | 0 | 36 | 144 | 55 | 52 | 144 | 33 |
| Binary | 10001100 | 1100010 | 0 | 0 | 11110 | 1100100 | 101101 | 101010 | 1100100 | 11011 |
Color Harmonies of #8C6200
Complementary color
Monochromatic Colors of #8C6200
Black with #8C6200
Text Example
Text Example
White with #8C6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6200; }
p { color: rgb(140,98,0); }
H1.HeaderClassName
{
color: #8C6200;
}
.AnyTagClassName
{
color: #8C6200;
}
</style>
background-color css
<style>
a { background-color: #8C6200; }
a { background-color: rgb(140,98,0); }
div.DivClassName
{
background-color: #8C6200;
}
.BgClassName
{
background-color: #8C6200;
}
</style>
border-color css
<style>
span { border-color: #8C6200; }
span { border-color: rgb(140,98,0); }
td.TdClassName
{
border-color: #8C6200;
}
.TagClassName
{
border-color: #8C6200;
}
</style>