Shades of Golden Brown #8B6C0A
Tints of Golden Brown #8B6C0A
RGB
CMYK
RGB Variations
Color information
#8B6C0A (or 0x8B6C0A) is known color: Golden Brown. HEX triplet: 8B, 6C and 0A. RGB value is (139,108,10). Sum of RGB (Red+Green+Blue) = 139+108+10=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6C0A is #7493F5. Grayscale: #6A6A6A. Windows color (decimal): -7640054 or 683147. OLE color: 683147.
HSL color Cylindrical-coordinate representation of color #8B6C0A: hue angle of 45.58º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B6C0A is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 108 | 10 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.45 |
| HSL | 45.58º | 0.87% | 0.29% | - |
| HSV(B) | 45.58º | 0.93% | 0.55% | - |
| XYZ | 16.06 | 16.24 | 2.57 | - |
| YUV | 106.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 108 | 10 | 0 | 0.22 | 0.93 | 0.45 | 45.58 | 0.87 | 0.29 |
| Hex | 8B | 6C | A | 0 | 16 | 5D | 2D | 2E | 57 | 1D |
| Octal | 213 | 154 | 12 | 0 | 26 | 135 | 55 | 56 | 127 | 35 |
| Binary | 10001011 | 1101100 | 1010 | 0 | 10110 | 1011101 | 101101 | 101110 | 1010111 | 11101 |
Color Harmonies of #8B6C0A
Complementary color
Monochromatic Colors of #8B6C0A
Black with #8B6C0A
Text Example
Text Example
White with #8B6C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6C0A; }
p { color: rgb(139,108,10); }
H1.HeaderClassName
{
color: #8B6C0A;
}
.AnyTagClassName
{
color: #8B6C0A;
}
</style>
background-color css
<style>
a { background-color: #8B6C0A; }
a { background-color: rgb(139,108,10); }
div.DivClassName
{
background-color: #8B6C0A;
}
.BgClassName
{
background-color: #8B6C0A;
}
</style>
border-color css
<style>
span { border-color: #8B6C0A; }
span { border-color: rgb(139,108,10); }
td.TdClassName
{
border-color: #8B6C0A;
}
.TagClassName
{
border-color: #8B6C0A;
}
</style>