Shades of Golden Brown #8B6D0A
Tints of Golden Brown #8B6D0A
RGB
CMYK
RGB Variations
Color information
#8B6D0A (or 0x8B6D0A) is known color: Golden Brown. HEX triplet: 8B, 6D and 0A. RGB value is (139,109,10). Sum of RGB (Red+Green+Blue) = 139+109+10=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6D0A is #7492F5. Grayscale: #6B6B6B. Windows color (decimal): -7639798 or 683403. OLE color: 683403.
HSL color Cylindrical-coordinate representation of color #8B6D0A: hue angle of 46.05º 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 #8B6D0A is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 10 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.45 |
| HSL | 46.05º | 0.87% | 0.29% | - |
| HSV(B) | 46.05º | 0.93% | 0.55% | - |
| XYZ | 16.17 | 16.45 | 2.61 | - |
| YUV | 106.68 | 73.44 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 10 | 0 | 0.22 | 0.93 | 0.45 | 46.05 | 0.87 | 0.29 |
| Hex | 8B | 6D | A | 0 | 16 | 5D | 2D | 2E | 57 | 1D |
| Octal | 213 | 155 | 12 | 0 | 26 | 135 | 55 | 56 | 127 | 35 |
| Binary | 10001011 | 1101101 | 1010 | 0 | 10110 | 1011101 | 101101 | 101110 | 1010111 | 11101 |
Color Harmonies of #8B6D0A
Complementary color
Monochromatic Colors of #8B6D0A
Black with #8B6D0A
Text Example
Text Example
White with #8B6D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D0A; }
p { color: rgb(139,109,10); }
H1.HeaderClassName
{
color: #8B6D0A;
}
.AnyTagClassName
{
color: #8B6D0A;
}
</style>
background-color css
<style>
a { background-color: #8B6D0A; }
a { background-color: rgb(139,109,10); }
div.DivClassName
{
background-color: #8B6D0A;
}
.BgClassName
{
background-color: #8B6D0A;
}
</style>
border-color css
<style>
span { border-color: #8B6D0A; }
span { border-color: rgb(139,109,10); }
td.TdClassName
{
border-color: #8B6D0A;
}
.TagClassName
{
border-color: #8B6D0A;
}
</style>