Shades of Golden Brown #B06D11
Tints of Golden Brown #B06D11
RGB
CMYK
RGB Variations
Color information
#B06D11 (or 0xB06D11) is known color: Golden Brown. HEX triplet: B0, 6D and 11. RGB value is (176,109,17). Sum of RGB (Red+Green+Blue) = 176+109+17=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06D11 is #4F92EE. Grayscale: #767676. Windows color (decimal): -5214959 or 1142192. OLE color: 1142192.
HSL color Cylindrical-coordinate representation of color #B06D11: hue angle of 34.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B06D11 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 17 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.31 |
| HSL | 34.72º | 0.82% | 0.38% | - |
| HSV(B) | 34.72º | 0.9% | 0.69% | - |
| XYZ | 23.47 | 20.21 | 3.19 | - |
| YUV | 118.55 | 70.7 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 17 | 0 | 0.38 | 0.90 | 0.31 | 34.72 | 0.82 | 0.38 |
| Hex | B0 | 6D | 11 | 0 | 26 | 5A | 1F | 23 | 52 | 26 |
| Octal | 260 | 155 | 21 | 0 | 46 | 132 | 37 | 43 | 122 | 46 |
| Binary | 10110000 | 1101101 | 10001 | 0 | 100110 | 1011010 | 11111 | 100011 | 1010010 | 100110 |
Color Harmonies of #B06D11
Complementary color
Monochromatic Colors of #B06D11
Black with #B06D11
Text Example
Text Example
White with #B06D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D11; }
p { color: rgb(176,109,17); }
H1.HeaderClassName
{
color: #B06D11;
}
.AnyTagClassName
{
color: #B06D11;
}
</style>
background-color css
<style>
a { background-color: #B06D11; }
a { background-color: rgb(176,109,17); }
div.DivClassName
{
background-color: #B06D11;
}
.BgClassName
{
background-color: #B06D11;
}
</style>
border-color css
<style>
span { border-color: #B06D11; }
span { border-color: rgb(176,109,17); }
td.TdClassName
{
border-color: #B06D11;
}
.TagClassName
{
border-color: #B06D11;
}
</style>