Shades of Tenne (Tawny) #B96908
Tints of Tenne (Tawny) #B96908
RGB
CMYK
RGB Variations
Color information
#B96908 (or 0xB96908) is known color: Tenne (Tawny). HEX triplet: B9, 69 and 08. RGB value is (185,105,8). Sum of RGB (Red+Green+Blue) = 185+105+8=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B96908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96908 is #4696F7. Grayscale: #767676. Windows color (decimal): -4626168 or 551353. OLE color: 551353.
HSL color Cylindrical-coordinate representation of color #B96908: hue angle of 32.88º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B96908 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 8 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.27 |
| HSL | 32.88º | 0.92% | 0.38% | - |
| HSV(B) | 32.88º | 0.96% | 0.73% | - |
| XYZ | 25.1 | 20.43 | 2.85 | - |
| YUV | 117.86 | 66 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 8 | 0 | 0.43 | 0.96 | 0.27 | 32.88 | 0.92 | 0.38 |
| Hex | B9 | 69 | 8 | 0 | 2B | 60 | 1B | 21 | 5C | 26 |
| Octal | 271 | 151 | 10 | 0 | 53 | 140 | 33 | 41 | 134 | 46 |
| Binary | 10111001 | 1101001 | 1000 | 0 | 101011 | 1100000 | 11011 | 100001 | 1011100 | 100110 |
Color Harmonies of #B96908
Complementary color
Monochromatic Colors of #B96908
Black with #B96908
Text Example
Text Example
White with #B96908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96908; }
p { color: rgb(185,105,8); }
H1.HeaderClassName
{
color: #B96908;
}
.AnyTagClassName
{
color: #B96908;
}
</style>
background-color css
<style>
a { background-color: #B96908; }
a { background-color: rgb(185,105,8); }
div.DivClassName
{
background-color: #B96908;
}
.BgClassName
{
background-color: #B96908;
}
</style>
border-color css
<style>
span { border-color: #B96908; }
span { border-color: rgb(185,105,8); }
td.TdClassName
{
border-color: #B96908;
}
.TagClassName
{
border-color: #B96908;
}
</style>