Shades of Tenne (Tawny) #C65A00
Tints of Tenne (Tawny) #C65A00
RGB
CMYK
RGB Variations
Color information
#C65A00 (or 0xC65A00) is known color: Tenne (Tawny). HEX triplet: C6, 5A and 00. RGB value is (198,90,0). Sum of RGB (Red+Green+Blue) = 198+90+0=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65A00 is #39A5FF. Grayscale: #707070. Windows color (decimal): -3778048 or 23238. OLE color: 23238.
HSL color Cylindrical-coordinate representation of color #C65A00: hue angle of 27.27º 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 #C65A00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.22 |
| HSL | 27.27º | 1% | 0.39% | - |
| HSV(B) | 27.27º | 1% | 0.78% | - |
| XYZ | 26.94 | 19.32 | 2.31 | - |
| YUV | 112.03 | 64.78 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 0 | 0 | 0.55 | 1 | 0.22 | 27.27 | 1 | 0.39 |
| Hex | C6 | 5A | 0 | 0 | 37 | 64 | 16 | 1B | 64 | 27 |
| Octal | 306 | 132 | 0 | 0 | 67 | 144 | 26 | 33 | 144 | 47 |
| Binary | 11000110 | 1011010 | 0 | 0 | 110111 | 1100100 | 10110 | 11011 | 1100100 | 100111 |
Color Harmonies of #C65A00
Complementary color
Monochromatic Colors of #C65A00
Black with #C65A00
Text Example
Text Example
White with #C65A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A00; }
p { color: rgb(198,90,0); }
H1.HeaderClassName
{
color: #C65A00;
}
.AnyTagClassName
{
color: #C65A00;
}
</style>
background-color css
<style>
a { background-color: #C65A00; }
a { background-color: rgb(198,90,0); }
div.DivClassName
{
background-color: #C65A00;
}
.BgClassName
{
background-color: #C65A00;
}
</style>
border-color css
<style>
span { border-color: #C65A00; }
span { border-color: rgb(198,90,0); }
td.TdClassName
{
border-color: #C65A00;
}
.TagClassName
{
border-color: #C65A00;
}
</style>