Shades of Golden Brown #B06612
Tints of Golden Brown #B06612
RGB
CMYK
RGB Variations
Color information
#B06612 (or 0xB06612) is known color: Golden Brown. HEX triplet: B0, 66 and 12. RGB value is (176,102,18). Sum of RGB (Red+Green+Blue) = 176+102+18=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B06612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06612 is #4F99ED. Grayscale: #727272. Windows color (decimal): -5216750 or 1205936. OLE color: 1205936.
HSL color Cylindrical-coordinate representation of color #B06612: hue angle of 31.9º degrees, saturation: 0.81, 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 #B06612 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 18 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.31 |
| HSL | 31.9º | 0.81% | 0.38% | - |
| HSV(B) | 31.9º | 0.9% | 0.69% | - |
| XYZ | 22.77 | 18.78 | 3 | - |
| YUV | 114.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 18 | 0 | 0.42 | 0.90 | 0.31 | 31.9 | 0.81 | 0.38 |
| Hex | B0 | 66 | 12 | 0 | 2A | 5A | 1F | 20 | 51 | 26 |
| Octal | 260 | 146 | 22 | 0 | 52 | 132 | 37 | 40 | 121 | 46 |
| Binary | 10110000 | 1100110 | 10010 | 0 | 101010 | 1011010 | 11111 | 100000 | 1010001 | 100110 |
Color Harmonies of #B06612
Complementary color
Monochromatic Colors of #B06612
Black with #B06612
Text Example
Text Example
White with #B06612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06612; }
p { color: rgb(176,102,18); }
H1.HeaderClassName
{
color: #B06612;
}
.AnyTagClassName
{
color: #B06612;
}
</style>
background-color css
<style>
a { background-color: #B06612; }
a { background-color: rgb(176,102,18); }
div.DivClassName
{
background-color: #B06612;
}
.BgClassName
{
background-color: #B06612;
}
</style>
border-color css
<style>
span { border-color: #B06612; }
span { border-color: rgb(176,102,18); }
td.TdClassName
{
border-color: #B06612;
}
.TagClassName
{
border-color: #B06612;
}
</style>