Shades of Tenne (Tawny) #C65902
Tints of Tenne (Tawny) #C65902
RGB
CMYK
RGB Variations
Color information
#C65902 (or 0xC65902) is known color: Tenne (Tawny). HEX triplet: C6, 59 and 02. RGB value is (198,89,2). Sum of RGB (Red+Green+Blue) = 198+89+2=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C65902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65902 is #39A6FD. Grayscale: #707070. Windows color (decimal): -3778302 or 154054. OLE color: 154054.
HSL color Cylindrical-coordinate representation of color #C65902: hue angle of 26.63º 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 #C65902 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.22 |
| HSL | 26.63º | 0.98% | 0.39% | - |
| HSV(B) | 26.63º | 0.99% | 0.78% | - |
| XYZ | 26.87 | 19.15 | 2.34 | - |
| YUV | 111.67 | 66.11 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 2 | 0 | 0.55 | 0.99 | 0.22 | 26.63 | 0.98 | 0.39 |
| Hex | C6 | 59 | 2 | 0 | 37 | 63 | 16 | 1B | 62 | 27 |
| Octal | 306 | 131 | 2 | 0 | 67 | 143 | 26 | 33 | 142 | 47 |
| Binary | 11000110 | 1011001 | 10 | 0 | 110111 | 1100011 | 10110 | 11011 | 1100010 | 100111 |
Color Harmonies of #C65902
Complementary color
Monochromatic Colors of #C65902
Black with #C65902
Text Example
Text Example
White with #C65902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65902; }
p { color: rgb(198,89,2); }
H1.HeaderClassName
{
color: #C65902;
}
.AnyTagClassName
{
color: #C65902;
}
</style>
background-color css
<style>
a { background-color: #C65902; }
a { background-color: rgb(198,89,2); }
div.DivClassName
{
background-color: #C65902;
}
.BgClassName
{
background-color: #C65902;
}
</style>
border-color css
<style>
span { border-color: #C65902; }
span { border-color: rgb(198,89,2); }
td.TdClassName
{
border-color: #C65902;
}
.TagClassName
{
border-color: #C65902;
}
</style>