Shades of Golden Brown #B16206
Tints of Golden Brown #B16206
RGB
CMYK
RGB Variations
Color information
#B16206 (or 0xB16206) is known color: Golden Brown. HEX triplet: B1, 62 and 06. RGB value is (177,98,6). Sum of RGB (Red+Green+Blue) = 177+98+6=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B16206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16206 is #4E9DF9. Grayscale: #6F6F6F. Windows color (decimal): -5152250 or 418481. OLE color: 418481.
HSL color Cylindrical-coordinate representation of color #B16206: hue angle of 32.28º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B16206 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 6 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.31 |
| HSL | 32.28º | 0.93% | 0.36% | - |
| HSV(B) | 32.28º | 0.97% | 0.69% | - |
| XYZ | 22.53 | 18.1 | 2.48 | - |
| YUV | 111.13 | 68.67 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 6 | 0 | 0.45 | 0.97 | 0.31 | 32.28 | 0.93 | 0.36 |
| Hex | B1 | 62 | 6 | 0 | 2D | 61 | 1F | 20 | 5D | 24 |
| Octal | 261 | 142 | 6 | 0 | 55 | 141 | 37 | 40 | 135 | 44 |
| Binary | 10110001 | 1100010 | 110 | 0 | 101101 | 1100001 | 11111 | 100000 | 1011101 | 100100 |
Color Harmonies of #B16206
Complementary color
Monochromatic Colors of #B16206
Black with #B16206
Text Example
Text Example
White with #B16206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16206; }
p { color: rgb(177,98,6); }
H1.HeaderClassName
{
color: #B16206;
}
.AnyTagClassName
{
color: #B16206;
}
</style>
background-color css
<style>
a { background-color: #B16206; }
a { background-color: rgb(177,98,6); }
div.DivClassName
{
background-color: #B16206;
}
.BgClassName
{
background-color: #B16206;
}
</style>
border-color css
<style>
span { border-color: #B16206; }
span { border-color: rgb(177,98,6); }
td.TdClassName
{
border-color: #B16206;
}
.TagClassName
{
border-color: #B16206;
}
</style>