Shades of Golden Brown #8B6D06
Tints of Golden Brown #8B6D06
RGB
CMYK
RGB Variations
Color information
#8B6D06 (or 0x8B6D06) is known color: Golden Brown. HEX triplet: 8B, 6D and 06. RGB value is (139,109,6). Sum of RGB (Red+Green+Blue) = 139+109+6=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6D06 is #7492F9. Grayscale: #6A6A6A. Windows color (decimal): -7639802 or 421259. OLE color: 421259.
HSL color Cylindrical-coordinate representation of color #8B6D06: hue angle of 46.47º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B6D06 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 6 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.45 |
| HSL | 46.47º | 0.92% | 0.28% | - |
| HSV(B) | 46.47º | 0.96% | 0.55% | - |
| XYZ | 16.15 | 16.44 | 2.49 | - |
| YUV | 106.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 6 | 0 | 0.22 | 0.96 | 0.45 | 46.47 | 0.92 | 0.28 |
| Hex | 8B | 6D | 6 | 0 | 16 | 60 | 2D | 2E | 5C | 1C |
| Octal | 213 | 155 | 6 | 0 | 26 | 140 | 55 | 56 | 134 | 34 |
| Binary | 10001011 | 1101101 | 110 | 0 | 10110 | 1100000 | 101101 | 101110 | 1011100 | 11100 |
Color Harmonies of #8B6D06
Complementary color
Monochromatic Colors of #8B6D06
Black with #8B6D06
Text Example
Text Example
White with #8B6D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D06; }
p { color: rgb(139,109,6); }
H1.HeaderClassName
{
color: #8B6D06;
}
.AnyTagClassName
{
color: #8B6D06;
}
</style>
background-color css
<style>
a { background-color: #8B6D06; }
a { background-color: rgb(139,109,6); }
div.DivClassName
{
background-color: #8B6D06;
}
.BgClassName
{
background-color: #8B6D06;
}
</style>
border-color css
<style>
span { border-color: #8B6D06; }
span { border-color: rgb(139,109,6); }
td.TdClassName
{
border-color: #8B6D06;
}
.TagClassName
{
border-color: #8B6D06;
}
</style>