Shades of Tenne (Tawny) #C65D02
Tints of Tenne (Tawny) #C65D02
RGB
CMYK
RGB Variations
Color information
#C65D02 (or 0xC65D02) is known color: Tenne (Tawny). HEX triplet: C6, 5D and 02. RGB value is (198,93,2). Sum of RGB (Red+Green+Blue) = 198+93+2=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65D02 is #39A2FD. Grayscale: #727272. Windows color (decimal): -3777278 or 155078. OLE color: 155078.
HSL color Cylindrical-coordinate representation of color #C65D02: hue angle of 27.86º 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 #C65D02 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.22 |
| HSL | 27.86º | 0.98% | 0.39% | - |
| HSV(B) | 27.86º | 0.99% | 0.78% | - |
| XYZ | 27.21 | 19.84 | 2.45 | - |
| YUV | 114.02 | 64.79 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 2 | 0 | 0.53 | 0.99 | 0.22 | 27.86 | 0.98 | 0.39 |
| Hex | C6 | 5D | 2 | 0 | 35 | 63 | 16 | 1C | 62 | 27 |
| Octal | 306 | 135 | 2 | 0 | 65 | 143 | 26 | 34 | 142 | 47 |
| Binary | 11000110 | 1011101 | 10 | 0 | 110101 | 1100011 | 10110 | 11100 | 1100010 | 100111 |
Color Harmonies of #C65D02
Complementary color
Monochromatic Colors of #C65D02
Black with #C65D02
Text Example
Text Example
White with #C65D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65D02; }
p { color: rgb(198,93,2); }
H1.HeaderClassName
{
color: #C65D02;
}
.AnyTagClassName
{
color: #C65D02;
}
</style>
background-color css
<style>
a { background-color: #C65D02; }
a { background-color: rgb(198,93,2); }
div.DivClassName
{
background-color: #C65D02;
}
.BgClassName
{
background-color: #C65D02;
}
</style>
border-color css
<style>
span { border-color: #C65D02; }
span { border-color: rgb(198,93,2); }
td.TdClassName
{
border-color: #C65D02;
}
.TagClassName
{
border-color: #C65D02;
}
</style>