Shades of Tenne (Tawny) #B66602
Tints of Tenne (Tawny) #B66602
RGB
CMYK
RGB Variations
Color information
#B66602 (or 0xB66602) is known color: Tenne (Tawny). HEX triplet: B6, 66 and 02. RGB value is (182,102,2). Sum of RGB (Red+Green+Blue) = 182+102+2=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B66602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66602 is #4999FD. Grayscale: #737373. Windows color (decimal): -4823550 or 157366. OLE color: 157366.
HSL color Cylindrical-coordinate representation of color #B66602: hue angle of 33.33º degrees, saturation: 0.98, 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 #B66602 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 102 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.29 |
| HSL | 33.33º | 0.98% | 0.36% | - |
| HSV(B) | 33.33º | 0.99% | 0.71% | - |
| XYZ | 24.05 | 19.45 | 2.54 | - |
| YUV | 114.52 | 64.5 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 2 | 0 | 0.44 | 0.99 | 0.29 | 33.33 | 0.98 | 0.36 |
| Hex | B6 | 66 | 2 | 0 | 2C | 63 | 1D | 21 | 62 | 24 |
| Octal | 266 | 146 | 2 | 0 | 54 | 143 | 35 | 41 | 142 | 44 |
| Binary | 10110110 | 1100110 | 10 | 0 | 101100 | 1100011 | 11101 | 100001 | 1100010 | 100100 |
Color Harmonies of #B66602
Complementary color
Monochromatic Colors of #B66602
Black with #B66602
Text Example
Text Example
White with #B66602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66602; }
p { color: rgb(182,102,2); }
H1.HeaderClassName
{
color: #B66602;
}
.AnyTagClassName
{
color: #B66602;
}
</style>
background-color css
<style>
a { background-color: #B66602; }
a { background-color: rgb(182,102,2); }
div.DivClassName
{
background-color: #B66602;
}
.BgClassName
{
background-color: #B66602;
}
</style>
border-color css
<style>
span { border-color: #B66602; }
span { border-color: rgb(182,102,2); }
td.TdClassName
{
border-color: #B66602;
}
.TagClassName
{
border-color: #B66602;
}
</style>