Shades of Golden Brown #8B6508
Tints of Golden Brown #8B6508
RGB
CMYK
RGB Variations
Color information
#8B6508 (or 0x8B6508) is known color: Golden Brown. HEX triplet: 8B, 65 and 08. RGB value is (139,101,8). Sum of RGB (Red+Green+Blue) = 139+101+8=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6508 is #749AF7. Grayscale: #666666. Windows color (decimal): -7641848 or 550283. OLE color: 550283.
HSL color Cylindrical-coordinate representation of color #8B6508: hue angle of 42.6º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B6508 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 8 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.45 |
| HSL | 42.6º | 0.89% | 0.29% | - |
| HSV(B) | 42.6º | 0.94% | 0.55% | - |
| XYZ | 15.34 | 14.81 | 2.28 | - |
| YUV | 101.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 8 | 0 | 0.27 | 0.94 | 0.45 | 42.6 | 0.89 | 0.29 |
| Hex | 8B | 65 | 8 | 0 | 1B | 5E | 2D | 2B | 59 | 1D |
| Octal | 213 | 145 | 10 | 0 | 33 | 136 | 55 | 53 | 131 | 35 |
| Binary | 10001011 | 1100101 | 1000 | 0 | 11011 | 1011110 | 101101 | 101011 | 1011001 | 11101 |
Color Harmonies of #8B6508
Complementary color
Monochromatic Colors of #8B6508
Black with #8B6508
Text Example
Text Example
White with #8B6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6508; }
p { color: rgb(139,101,8); }
H1.HeaderClassName
{
color: #8B6508;
}
.AnyTagClassName
{
color: #8B6508;
}
</style>
background-color css
<style>
a { background-color: #8B6508; }
a { background-color: rgb(139,101,8); }
div.DivClassName
{
background-color: #8B6508;
}
.BgClassName
{
background-color: #8B6508;
}
</style>
border-color css
<style>
span { border-color: #8B6508; }
span { border-color: rgb(139,101,8); }
td.TdClassName
{
border-color: #8B6508;
}
.TagClassName
{
border-color: #8B6508;
}
</style>