Shades of Tenne (Tawny) #C66802
Tints of Tenne (Tawny) #C66802
RGB
CMYK
RGB Variations
Color information
#C66802 (or 0xC66802) is known color: Tenne (Tawny). HEX triplet: C6, 68 and 02. RGB value is (198,104,2). Sum of RGB (Red+Green+Blue) = 198+104+2=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C66802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66802 is #3997FD. Grayscale: #787878. Windows color (decimal): -3774462 or 157894. OLE color: 157894.
HSL color Cylindrical-coordinate representation of color #C66802: hue angle of 31.22º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C66802 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.22 |
| HSL | 31.22º | 0.98% | 0.39% | - |
| HSV(B) | 31.22º | 0.99% | 0.78% | - |
| XYZ | 28.25 | 21.91 | 2.8 | - |
| YUV | 120.48 | 61.14 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 2 | 0 | 0.47 | 0.99 | 0.22 | 31.22 | 0.98 | 0.39 |
| Hex | C6 | 68 | 2 | 0 | 2F | 63 | 16 | 1F | 62 | 27 |
| Octal | 306 | 150 | 2 | 0 | 57 | 143 | 26 | 37 | 142 | 47 |
| Binary | 11000110 | 1101000 | 10 | 0 | 101111 | 1100011 | 10110 | 11111 | 1100010 | 100111 |
Color Harmonies of #C66802
Complementary color
Monochromatic Colors of #C66802
Black with #C66802
Text Example
Text Example
White with #C66802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66802; }
p { color: rgb(198,104,2); }
H1.HeaderClassName
{
color: #C66802;
}
.AnyTagClassName
{
color: #C66802;
}
</style>
background-color css
<style>
a { background-color: #C66802; }
a { background-color: rgb(198,104,2); }
div.DivClassName
{
background-color: #C66802;
}
.BgClassName
{
background-color: #C66802;
}
</style>
border-color css
<style>
span { border-color: #C66802; }
span { border-color: rgb(198,104,2); }
td.TdClassName
{
border-color: #C66802;
}
.TagClassName
{
border-color: #C66802;
}
</style>