Shades of Tenne (Tawny) #C66902
Tints of Tenne (Tawny) #C66902
RGB
CMYK
RGB Variations
Color information
#C66902 (or 0xC66902) is known color: Tenne (Tawny). HEX triplet: C6, 69 and 02. RGB value is (198,105,2). Sum of RGB (Red+Green+Blue) = 198+105+2=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C66902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66902 is #3996FD. Grayscale: #797979. Windows color (decimal): -3774206 or 158150. OLE color: 158150.
HSL color Cylindrical-coordinate representation of color #C66902: hue angle of 31.53º 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 #C66902 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.22 |
| HSL | 31.53º | 0.98% | 0.39% | - |
| HSV(B) | 31.53º | 0.99% | 0.78% | - |
| XYZ | 28.35 | 22.11 | 2.83 | - |
| YUV | 121.07 | 60.81 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 2 | 0 | 0.47 | 0.99 | 0.22 | 31.53 | 0.98 | 0.39 |
| Hex | C6 | 69 | 2 | 0 | 2F | 63 | 16 | 20 | 62 | 27 |
| Octal | 306 | 151 | 2 | 0 | 57 | 143 | 26 | 40 | 142 | 47 |
| Binary | 11000110 | 1101001 | 10 | 0 | 101111 | 1100011 | 10110 | 100000 | 1100010 | 100111 |
Color Harmonies of #C66902
Complementary color
Monochromatic Colors of #C66902
Black with #C66902
Text Example
Text Example
White with #C66902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66902; }
p { color: rgb(198,105,2); }
H1.HeaderClassName
{
color: #C66902;
}
.AnyTagClassName
{
color: #C66902;
}
</style>
background-color css
<style>
a { background-color: #C66902; }
a { background-color: rgb(198,105,2); }
div.DivClassName
{
background-color: #C66902;
}
.BgClassName
{
background-color: #C66902;
}
</style>
border-color css
<style>
span { border-color: #C66902; }
span { border-color: rgb(198,105,2); }
td.TdClassName
{
border-color: #C66902;
}
.TagClassName
{
border-color: #C66902;
}
</style>