Shades of Tenne (Tawny) #B96601
Tints of Tenne (Tawny) #B96601
RGB
CMYK
RGB Variations
Color information
#B96601 (or 0xB96601) is known color: Tenne (Tawny). HEX triplet: B9, 66 and 01. RGB value is (185,102,1). Sum of RGB (Red+Green+Blue) = 185+102+1=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B96601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96601 is #4699FE. Grayscale: #737373. Windows color (decimal): -4626943 or 91833. OLE color: 91833.
HSL color Cylindrical-coordinate representation of color #B96601: hue angle of 32.93º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B96601 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.27 |
| HSL | 32.93º | 0.99% | 0.36% | - |
| HSV(B) | 32.93º | 0.99% | 0.73% | - |
| XYZ | 24.76 | 19.82 | 2.55 | - |
| YUV | 115.3 | 63.5 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 1 | 0 | 0.45 | 0.99 | 0.27 | 32.93 | 0.99 | 0.36 |
| Hex | B9 | 66 | 1 | 0 | 2D | 63 | 1B | 21 | 63 | 24 |
| Octal | 271 | 146 | 1 | 0 | 55 | 143 | 33 | 41 | 143 | 44 |
| Binary | 10111001 | 1100110 | 1 | 0 | 101101 | 1100011 | 11011 | 100001 | 1100011 | 100100 |
Color Harmonies of #B96601
Complementary color
Monochromatic Colors of #B96601
Black with #B96601
Text Example
Text Example
White with #B96601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96601; }
p { color: rgb(185,102,1); }
H1.HeaderClassName
{
color: #B96601;
}
.AnyTagClassName
{
color: #B96601;
}
</style>
background-color css
<style>
a { background-color: #B96601; }
a { background-color: rgb(185,102,1); }
div.DivClassName
{
background-color: #B96601;
}
.BgClassName
{
background-color: #B96601;
}
</style>
border-color css
<style>
span { border-color: #B96601; }
span { border-color: rgb(185,102,1); }
td.TdClassName
{
border-color: #B96601;
}
.TagClassName
{
border-color: #B96601;
}
</style>