Shades of Golden Brown #B06C11
Tints of Golden Brown #B06C11
RGB
CMYK
RGB Variations
Color information
#B06C11 (or 0xB06C11) is known color: Golden Brown. HEX triplet: B0, 6C and 11. RGB value is (176,108,17). Sum of RGB (Red+Green+Blue) = 176+108+17=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06C11 is #4F93EE. Grayscale: #767676. Windows color (decimal): -5215215 or 1141936. OLE color: 1141936.
HSL color Cylindrical-coordinate representation of color #B06C11: hue angle of 34.34º 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 #B06C11 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 17 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.31 |
| HSL | 34.34º | 0.82% | 0.38% | - |
| HSV(B) | 34.34º | 0.9% | 0.69% | - |
| XYZ | 23.37 | 20 | 3.16 | - |
| YUV | 117.96 | 71.03 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 17 | 0 | 0.39 | 0.90 | 0.31 | 34.34 | 0.82 | 0.38 |
| Hex | B0 | 6C | 11 | 0 | 27 | 5A | 1F | 22 | 52 | 26 |
| Octal | 260 | 154 | 21 | 0 | 47 | 132 | 37 | 42 | 122 | 46 |
| Binary | 10110000 | 1101100 | 10001 | 0 | 100111 | 1011010 | 11111 | 100010 | 1010010 | 100110 |
Color Harmonies of #B06C11
Complementary color
Monochromatic Colors of #B06C11
Black with #B06C11
Text Example
Text Example
White with #B06C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C11; }
p { color: rgb(176,108,17); }
H1.HeaderClassName
{
color: #B06C11;
}
.AnyTagClassName
{
color: #B06C11;
}
</style>
background-color css
<style>
a { background-color: #B06C11; }
a { background-color: rgb(176,108,17); }
div.DivClassName
{
background-color: #B06C11;
}
.BgClassName
{
background-color: #B06C11;
}
</style>
border-color css
<style>
span { border-color: #B06C11; }
span { border-color: rgb(176,108,17); }
td.TdClassName
{
border-color: #B06C11;
}
.TagClassName
{
border-color: #B06C11;
}
</style>