Shades of Golden Brown #8B6200
Tints of Golden Brown #8B6200
RGB
CMYK
RGB Variations
Color information
#8B6200 (or 0x8B6200) is known color: Golden Brown. HEX triplet: 8B, 62 and 00. RGB value is (139,98,0). Sum of RGB (Red+Green+Blue) = 139+98+0=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6200 is #749DFF. Grayscale: #636363. Windows color (decimal): -7642624 or 25227. OLE color: 25227.
HSL color Cylindrical-coordinate representation of color #8B6200: hue angle of 42.3º 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 #8B6200 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.45 |
| HSL | 42.3º | 1% | 0.27% | - |
| HSV(B) | 42.3º | 1% | 0.55% | - |
| XYZ | 15.02 | 14.22 | 1.95 | - |
| YUV | 99.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 0 | 0 | 0.29 | 1 | 0.45 | 42.3 | 1 | 0.27 |
| Hex | 8B | 62 | 0 | 0 | 1D | 64 | 2D | 2A | 64 | 1B |
| Octal | 213 | 142 | 0 | 0 | 35 | 144 | 55 | 52 | 144 | 33 |
| Binary | 10001011 | 1100010 | 0 | 0 | 11101 | 1100100 | 101101 | 101010 | 1100100 | 11011 |
Color Harmonies of #8B6200
Complementary color
Monochromatic Colors of #8B6200
Black with #8B6200
Text Example
Text Example
White with #8B6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6200; }
p { color: rgb(139,98,0); }
H1.HeaderClassName
{
color: #8B6200;
}
.AnyTagClassName
{
color: #8B6200;
}
</style>
background-color css
<style>
a { background-color: #8B6200; }
a { background-color: rgb(139,98,0); }
div.DivClassName
{
background-color: #8B6200;
}
.BgClassName
{
background-color: #8B6200;
}
</style>
border-color css
<style>
span { border-color: #8B6200; }
span { border-color: rgb(139,98,0); }
td.TdClassName
{
border-color: #8B6200;
}
.TagClassName
{
border-color: #8B6200;
}
</style>