Shades of Golden Brown #B06811
Tints of Golden Brown #B06811
RGB
CMYK
RGB Variations
Color information
#B06811 (or 0xB06811) is known color: Golden Brown. HEX triplet: B0, 68 and 11. RGB value is (176,104,17). Sum of RGB (Red+Green+Blue) = 176+104+17=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B06811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06811 is #4F97EE. Grayscale: #747474. Windows color (decimal): -5216239 or 1140912. OLE color: 1140912.
HSL color Cylindrical-coordinate representation of color #B06811: hue angle of 32.83º 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 #B06811 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 17 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.31 |
| HSL | 32.83º | 0.82% | 0.38% | - |
| HSV(B) | 32.83º | 0.9% | 0.69% | - |
| XYZ | 22.96 | 19.17 | 3.02 | - |
| YUV | 115.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 17 | 0 | 0.41 | 0.90 | 0.31 | 32.83 | 0.82 | 0.38 |
| Hex | B0 | 68 | 11 | 0 | 29 | 5A | 1F | 21 | 52 | 26 |
| Octal | 260 | 150 | 21 | 0 | 51 | 132 | 37 | 41 | 122 | 46 |
| Binary | 10110000 | 1101000 | 10001 | 0 | 101001 | 1011010 | 11111 | 100001 | 1010010 | 100110 |
Color Harmonies of #B06811
Complementary color
Monochromatic Colors of #B06811
Black with #B06811
Text Example
Text Example
White with #B06811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06811; }
p { color: rgb(176,104,17); }
H1.HeaderClassName
{
color: #B06811;
}
.AnyTagClassName
{
color: #B06811;
}
</style>
background-color css
<style>
a { background-color: #B06811; }
a { background-color: rgb(176,104,17); }
div.DivClassName
{
background-color: #B06811;
}
.BgClassName
{
background-color: #B06811;
}
</style>
border-color css
<style>
span { border-color: #B06811; }
span { border-color: rgb(176,104,17); }
td.TdClassName
{
border-color: #B06811;
}
.TagClassName
{
border-color: #B06811;
}
</style>