Shades of Tenne (Tawny) #B56607
Tints of Tenne (Tawny) #B56607
RGB
CMYK
RGB Variations
Color information
#B56607 (or 0xB56607) is known color: Tenne (Tawny). HEX triplet: B5, 66 and 07. RGB value is (181,102,7). Sum of RGB (Red+Green+Blue) = 181+102+7=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B56607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56607 is #4A99F8. Grayscale: #737373. Windows color (decimal): -4889081 or 485045. OLE color: 485045.
HSL color Cylindrical-coordinate representation of color #B56607: hue angle of 32.76º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B56607 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 7 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.29 |
| HSL | 32.76º | 0.93% | 0.37% | - |
| HSV(B) | 32.76º | 0.96% | 0.71% | - |
| XYZ | 23.85 | 19.34 | 2.68 | - |
| YUV | 114.79 | 67.17 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 7 | 0 | 0.44 | 0.96 | 0.29 | 32.76 | 0.93 | 0.37 |
| Hex | B5 | 66 | 7 | 0 | 2C | 60 | 1D | 21 | 5D | 25 |
| Octal | 265 | 146 | 7 | 0 | 54 | 140 | 35 | 41 | 135 | 45 |
| Binary | 10110101 | 1100110 | 111 | 0 | 101100 | 1100000 | 11101 | 100001 | 1011101 | 100101 |
Color Harmonies of #B56607
Complementary color
Monochromatic Colors of #B56607
Black with #B56607
Text Example
Text Example
White with #B56607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56607; }
p { color: rgb(181,102,7); }
H1.HeaderClassName
{
color: #B56607;
}
.AnyTagClassName
{
color: #B56607;
}
</style>
background-color css
<style>
a { background-color: #B56607; }
a { background-color: rgb(181,102,7); }
div.DivClassName
{
background-color: #B56607;
}
.BgClassName
{
background-color: #B56607;
}
</style>
border-color css
<style>
span { border-color: #B56607; }
span { border-color: rgb(181,102,7); }
td.TdClassName
{
border-color: #B56607;
}
.TagClassName
{
border-color: #B56607;
}
</style>