Shades of Tenne (Tawny) #C65509
Tints of Tenne (Tawny) #C65509
RGB
CMYK
RGB Variations
Color information
#C65509 (or 0xC65509) is known color: Tenne (Tawny). HEX triplet: C6, 55 and 09. RGB value is (198,85,9). Sum of RGB (Red+Green+Blue) = 198+85+9=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C65509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65509 is #39AAF6. Grayscale: #6E6E6E. Windows color (decimal): -3779319 or 611782. OLE color: 611782.
HSL color Cylindrical-coordinate representation of color #C65509: hue angle of 24.13º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C65509 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 9 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.22 |
| HSL | 24.13º | 0.91% | 0.41% | - |
| HSV(B) | 24.13º | 0.95% | 0.78% | - |
| XYZ | 26.59 | 18.52 | 2.43 | - |
| YUV | 110.12 | 70.94 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 9 | 0 | 0.57 | 0.95 | 0.22 | 24.13 | 0.91 | 0.41 |
| Hex | C6 | 55 | 9 | 0 | 39 | 5F | 16 | 18 | 5B | 29 |
| Octal | 306 | 125 | 11 | 0 | 71 | 137 | 26 | 30 | 133 | 51 |
| Binary | 11000110 | 1010101 | 1001 | 0 | 111001 | 1011111 | 10110 | 11000 | 1011011 | 101001 |
Color Harmonies of #C65509
Complementary color
Monochromatic Colors of #C65509
Black with #C65509
Text Example
Text Example
White with #C65509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65509; }
p { color: rgb(198,85,9); }
H1.HeaderClassName
{
color: #C65509;
}
.AnyTagClassName
{
color: #C65509;
}
</style>
background-color css
<style>
a { background-color: #C65509; }
a { background-color: rgb(198,85,9); }
div.DivClassName
{
background-color: #C65509;
}
.BgClassName
{
background-color: #C65509;
}
</style>
border-color css
<style>
span { border-color: #C65509; }
span { border-color: rgb(198,85,9); }
td.TdClassName
{
border-color: #C65509;
}
.TagClassName
{
border-color: #C65509;
}
</style>