Shades of Tenne (Tawny) #C65312
Tints of Tenne (Tawny) #C65312
RGB
CMYK
RGB Variations
Color information
#C65312 (or 0xC65312) is known color: Tenne (Tawny). HEX triplet: C6, 53 and 12. RGB value is (198,83,18). Sum of RGB (Red+Green+Blue) = 198+83+18=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C65312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65312 is #39ACED. Grayscale: #6E6E6E. Windows color (decimal): -3779822 or 1201094. OLE color: 1201094.
HSL color Cylindrical-coordinate representation of color #C65312: hue angle of 21.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C65312 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 18 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.22 |
| HSL | 21.67º | 0.83% | 0.42% | - |
| HSV(B) | 21.67º | 0.91% | 0.78% | - |
| XYZ | 26.49 | 18.24 | 2.7 | - |
| YUV | 109.98 | 76.1 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 18 | 0 | 0.58 | 0.91 | 0.22 | 21.67 | 0.83 | 0.42 |
| Hex | C6 | 53 | 12 | 0 | 3A | 5B | 16 | 16 | 53 | 2A |
| Octal | 306 | 123 | 22 | 0 | 72 | 133 | 26 | 26 | 123 | 52 |
| Binary | 11000110 | 1010011 | 10010 | 0 | 111010 | 1011011 | 10110 | 10110 | 1010011 | 101010 |
Color Harmonies of #C65312
Complementary color
Monochromatic Colors of #C65312
Black with #C65312
Text Example
Text Example
White with #C65312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65312; }
p { color: rgb(198,83,18); }
H1.HeaderClassName
{
color: #C65312;
}
.AnyTagClassName
{
color: #C65312;
}
</style>
background-color css
<style>
a { background-color: #C65312; }
a { background-color: rgb(198,83,18); }
div.DivClassName
{
background-color: #C65312;
}
.BgClassName
{
background-color: #C65312;
}
</style>
border-color css
<style>
span { border-color: #C65312; }
span { border-color: rgb(198,83,18); }
td.TdClassName
{
border-color: #C65312;
}
.TagClassName
{
border-color: #C65312;
}
</style>