Shades of Tenne (Tawny) #B56206
Tints of Tenne (Tawny) #B56206
RGB
CMYK
RGB Variations
Color information
#B56206 (or 0xB56206) is known color: Tenne (Tawny). HEX triplet: B5, 62 and 06. RGB value is (181,98,6). Sum of RGB (Red+Green+Blue) = 181+98+6=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B56206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56206 is #4A9DF9. Grayscale: #707070. Windows color (decimal): -4890106 or 418485. OLE color: 418485.
HSL color Cylindrical-coordinate representation of color #B56206: hue angle of 31.54º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B56206 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.29 |
| HSL | 31.54º | 0.94% | 0.37% | - |
| HSV(B) | 31.54º | 0.97% | 0.71% | - |
| XYZ | 23.46 | 18.57 | 2.52 | - |
| YUV | 112.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 6 | 0 | 0.46 | 0.97 | 0.29 | 31.54 | 0.94 | 0.37 |
| Hex | B5 | 62 | 6 | 0 | 2E | 61 | 1D | 20 | 5E | 25 |
| Octal | 265 | 142 | 6 | 0 | 56 | 141 | 35 | 40 | 136 | 45 |
| Binary | 10110101 | 1100010 | 110 | 0 | 101110 | 1100001 | 11101 | 100000 | 1011110 | 100101 |
Color Harmonies of #B56206
Complementary color
Monochromatic Colors of #B56206
Black with #B56206
Text Example
Text Example
White with #B56206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56206; }
p { color: rgb(181,98,6); }
H1.HeaderClassName
{
color: #B56206;
}
.AnyTagClassName
{
color: #B56206;
}
</style>
background-color css
<style>
a { background-color: #B56206; }
a { background-color: rgb(181,98,6); }
div.DivClassName
{
background-color: #B56206;
}
.BgClassName
{
background-color: #B56206;
}
</style>
border-color css
<style>
span { border-color: #B56206; }
span { border-color: rgb(181,98,6); }
td.TdClassName
{
border-color: #B56206;
}
.TagClassName
{
border-color: #B56206;
}
</style>