Shades of Golden Brown #B16406
Tints of Golden Brown #B16406
RGB
CMYK
RGB Variations
Color information
#B16406 (or 0xB16406) is known color: Golden Brown. HEX triplet: B1, 64 and 06. RGB value is (177,100,6). Sum of RGB (Red+Green+Blue) = 177+100+6=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B16406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16406 is #4E9BF9. Grayscale: #707070. Windows color (decimal): -5151738 or 418993. OLE color: 418993.
HSL color Cylindrical-coordinate representation of color #B16406: hue angle of 32.98º 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 #B16406 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 6 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.31 |
| HSL | 32.98º | 0.93% | 0.36% | - |
| HSV(B) | 32.98º | 0.97% | 0.69% | - |
| XYZ | 22.72 | 18.47 | 2.54 | - |
| YUV | 112.31 | 68.01 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 6 | 0 | 0.44 | 0.97 | 0.31 | 32.98 | 0.93 | 0.36 |
| Hex | B1 | 64 | 6 | 0 | 2C | 61 | 1F | 21 | 5D | 24 |
| Octal | 261 | 144 | 6 | 0 | 54 | 141 | 37 | 41 | 135 | 44 |
| Binary | 10110001 | 1100100 | 110 | 0 | 101100 | 1100001 | 11111 | 100001 | 1011101 | 100100 |
Color Harmonies of #B16406
Complementary color
Monochromatic Colors of #B16406
Black with #B16406
Text Example
Text Example
White with #B16406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16406; }
p { color: rgb(177,100,6); }
H1.HeaderClassName
{
color: #B16406;
}
.AnyTagClassName
{
color: #B16406;
}
</style>
background-color css
<style>
a { background-color: #B16406; }
a { background-color: rgb(177,100,6); }
div.DivClassName
{
background-color: #B16406;
}
.BgClassName
{
background-color: #B16406;
}
</style>
border-color css
<style>
span { border-color: #B16406; }
span { border-color: rgb(177,100,6); }
td.TdClassName
{
border-color: #B16406;
}
.TagClassName
{
border-color: #B16406;
}
</style>