Shades of Tenne (Tawny) #C65D00
Tints of Tenne (Tawny) #C65D00
RGB
CMYK
RGB Variations
Color information
#C65D00 (or 0xC65D00) is known color: Tenne (Tawny). HEX triplet: C6, 5D and 00. RGB value is (198,93,0). Sum of RGB (Red+Green+Blue) = 198+93+0=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65D00 is #39A2FF. Grayscale: #727272. Windows color (decimal): -3777280 or 24006. OLE color: 24006.
HSL color Cylindrical-coordinate representation of color #C65D00: hue angle of 28.18º 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 #C65D00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.22 |
| HSL | 28.18º | 1% | 0.39% | - |
| HSV(B) | 28.18º | 1% | 0.78% | - |
| XYZ | 27.2 | 19.83 | 2.39 | - |
| YUV | 113.79 | 63.79 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 0 | 0 | 0.53 | 1 | 0.22 | 28.18 | 1 | 0.39 |
| Hex | C6 | 5D | 0 | 0 | 35 | 64 | 16 | 1C | 64 | 27 |
| Octal | 306 | 135 | 0 | 0 | 65 | 144 | 26 | 34 | 144 | 47 |
| Binary | 11000110 | 1011101 | 0 | 0 | 110101 | 1100100 | 10110 | 11100 | 1100100 | 100111 |
Color Harmonies of #C65D00
Complementary color
Monochromatic Colors of #C65D00
Black with #C65D00
Text Example
Text Example
White with #C65D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65D00; }
p { color: rgb(198,93,0); }
H1.HeaderClassName
{
color: #C65D00;
}
.AnyTagClassName
{
color: #C65D00;
}
</style>
background-color css
<style>
a { background-color: #C65D00; }
a { background-color: rgb(198,93,0); }
div.DivClassName
{
background-color: #C65D00;
}
.BgClassName
{
background-color: #C65D00;
}
</style>
border-color css
<style>
span { border-color: #C65D00; }
span { border-color: rgb(198,93,0); }
td.TdClassName
{
border-color: #C65D00;
}
.TagClassName
{
border-color: #C65D00;
}
</style>