Shades of Tenne (Tawny) #C66402
Tints of Tenne (Tawny) #C66402
RGB
CMYK
RGB Variations
Color information
#C66402 (or 0xC66402) is known color: Tenne (Tawny). HEX triplet: C6, 64 and 02. RGB value is (198,100,2). Sum of RGB (Red+Green+Blue) = 198+100+2=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C66402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66402 is #399BFD. Grayscale: #767676. Windows color (decimal): -3775486 or 156870. OLE color: 156870.
HSL color Cylindrical-coordinate representation of color #C66402: hue angle of 30º 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 #C66402 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.22 |
| HSL | 30º | 0.98% | 0.39% | - |
| HSV(B) | 30º | 0.99% | 0.78% | - |
| XYZ | 27.86 | 21.12 | 2.67 | - |
| YUV | 118.13 | 62.47 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 2 | 0 | 0.49 | 0.99 | 0.22 | 30 | 0.98 | 0.39 |
| Hex | C6 | 64 | 2 | 0 | 31 | 63 | 16 | 1E | 62 | 27 |
| Octal | 306 | 144 | 2 | 0 | 61 | 143 | 26 | 36 | 142 | 47 |
| Binary | 11000110 | 1100100 | 10 | 0 | 110001 | 1100011 | 10110 | 11110 | 1100010 | 100111 |
Color Harmonies of #C66402
Complementary color
Monochromatic Colors of #C66402
Black with #C66402
Text Example
Text Example
White with #C66402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66402; }
p { color: rgb(198,100,2); }
H1.HeaderClassName
{
color: #C66402;
}
.AnyTagClassName
{
color: #C66402;
}
</style>
background-color css
<style>
a { background-color: #C66402; }
a { background-color: rgb(198,100,2); }
div.DivClassName
{
background-color: #C66402;
}
.BgClassName
{
background-color: #C66402;
}
</style>
border-color css
<style>
span { border-color: #C66402; }
span { border-color: rgb(198,100,2); }
td.TdClassName
{
border-color: #C66402;
}
.TagClassName
{
border-color: #C66402;
}
</style>