Shades of Tenne (Tawny) #C65E00
Tints of Tenne (Tawny) #C65E00
RGB
CMYK
RGB Variations
Color information
#C65E00 (or 0xC65E00) is known color: Tenne (Tawny). HEX triplet: C6, 5E and 00. RGB value is (198,94,0). Sum of RGB (Red+Green+Blue) = 198+94+0=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65E00 is #39A1FF. Grayscale: #727272. Windows color (decimal): -3777024 or 24262. OLE color: 24262.
HSL color Cylindrical-coordinate representation of color #C65E00: hue angle of 28.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C65E00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.22 |
| HSL | 28.48º | 1% | 0.39% | - |
| HSV(B) | 28.48º | 1% | 0.78% | - |
| XYZ | 27.29 | 20.01 | 2.42 | - |
| YUV | 114.38 | 63.46 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 0 | 0 | 0.53 | 1 | 0.22 | 28.48 | 1 | 0.39 |
| Hex | C6 | 5E | 0 | 0 | 35 | 64 | 16 | 1C | 64 | 27 |
| Octal | 306 | 136 | 0 | 0 | 65 | 144 | 26 | 34 | 144 | 47 |
| Binary | 11000110 | 1011110 | 0 | 0 | 110101 | 1100100 | 10110 | 11100 | 1100100 | 100111 |
Color Harmonies of #C65E00
Complementary color
Monochromatic Colors of #C65E00
Black with #C65E00
Text Example
Text Example
White with #C65E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E00; }
p { color: rgb(198,94,0); }
H1.HeaderClassName
{
color: #C65E00;
}
.AnyTagClassName
{
color: #C65E00;
}
</style>
background-color css
<style>
a { background-color: #C65E00; }
a { background-color: rgb(198,94,0); }
div.DivClassName
{
background-color: #C65E00;
}
.BgClassName
{
background-color: #C65E00;
}
</style>
border-color css
<style>
span { border-color: #C65E00; }
span { border-color: rgb(198,94,0); }
td.TdClassName
{
border-color: #C65E00;
}
.TagClassName
{
border-color: #C65E00;
}
</style>