Shades of Tenne (Tawny) #B66201
Tints of Tenne (Tawny) #B66201
RGB
CMYK
RGB Variations
Color information
#B66201 (or 0xB66201) is known color: Tenne (Tawny). HEX triplet: B6, 62 and 01. RGB value is (182,98,1). Sum of RGB (Red+Green+Blue) = 182+98+1=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B66201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66201 is #499DFE. Grayscale: #707070. Windows color (decimal): -4824575 or 90806. OLE color: 90806.
HSL color Cylindrical-coordinate representation of color #B66201: hue angle of 32.15º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B66201 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 98 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.29 |
| HSL | 32.15º | 0.99% | 0.36% | - |
| HSV(B) | 32.15º | 0.99% | 0.71% | - |
| XYZ | 23.66 | 18.68 | 2.39 | - |
| YUV | 112.06 | 65.33 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 1 | 0 | 0.46 | 0.99 | 0.29 | 32.15 | 0.99 | 0.36 |
| Hex | B6 | 62 | 1 | 0 | 2E | 63 | 1D | 20 | 63 | 24 |
| Octal | 266 | 142 | 1 | 0 | 56 | 143 | 35 | 40 | 143 | 44 |
| Binary | 10110110 | 1100010 | 1 | 0 | 101110 | 1100011 | 11101 | 100000 | 1100011 | 100100 |
Color Harmonies of #B66201
Complementary color
Monochromatic Colors of #B66201
Black with #B66201
Text Example
Text Example
White with #B66201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66201; }
p { color: rgb(182,98,1); }
H1.HeaderClassName
{
color: #B66201;
}
.AnyTagClassName
{
color: #B66201;
}
</style>
background-color css
<style>
a { background-color: #B66201; }
a { background-color: rgb(182,98,1); }
div.DivClassName
{
background-color: #B66201;
}
.BgClassName
{
background-color: #B66201;
}
</style>
border-color css
<style>
span { border-color: #B66201; }
span { border-color: rgb(182,98,1); }
td.TdClassName
{
border-color: #B66201;
}
.TagClassName
{
border-color: #B66201;
}
</style>