Shades of Tenne (Tawny) #B9690B
Tints of Tenne (Tawny) #B9690B
RGB
CMYK
RGB Variations
Color information
#B9690B (or 0xB9690B) is known color: Tenne (Tawny). HEX triplet: B9, 69 and 0B. RGB value is (185,105,11). Sum of RGB (Red+Green+Blue) = 185+105+11=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9690B is #4696F4. Grayscale: #767676. Windows color (decimal): -4626165 or 747961. OLE color: 747961.
HSL color Cylindrical-coordinate representation of color #B9690B: hue angle of 32.41º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9690B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 11 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.27 |
| HSL | 32.41º | 0.89% | 0.38% | - |
| HSV(B) | 32.41º | 0.94% | 0.73% | - |
| XYZ | 25.12 | 20.44 | 2.94 | - |
| YUV | 118.2 | 67.5 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 11 | 0 | 0.43 | 0.94 | 0.27 | 32.41 | 0.89 | 0.38 |
| Hex | B9 | 69 | B | 0 | 2B | 5E | 1B | 20 | 59 | 26 |
| Octal | 271 | 151 | 13 | 0 | 53 | 136 | 33 | 40 | 131 | 46 |
| Binary | 10111001 | 1101001 | 1011 | 0 | 101011 | 1011110 | 11011 | 100000 | 1011001 | 100110 |
Color Harmonies of #B9690B
Complementary color
Monochromatic Colors of #B9690B
Black with #B9690B
Text Example
Text Example
White with #B9690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9690B; }
p { color: rgb(185,105,11); }
H1.HeaderClassName
{
color: #B9690B;
}
.AnyTagClassName
{
color: #B9690B;
}
</style>
background-color css
<style>
a { background-color: #B9690B; }
a { background-color: rgb(185,105,11); }
div.DivClassName
{
background-color: #B9690B;
}
.BgClassName
{
background-color: #B9690B;
}
</style>
border-color css
<style>
span { border-color: #B9690B; }
span { border-color: rgb(185,105,11); }
td.TdClassName
{
border-color: #B9690B;
}
.TagClassName
{
border-color: #B9690B;
}
</style>