Shades of Tenne (Tawny) #C65514
Tints of Tenne (Tawny) #C65514
RGB
CMYK
RGB Variations
Color information
#C65514 (or 0xC65514) is known color: Tenne (Tawny). HEX triplet: C6, 55 and 14. RGB value is (198,85,20). Sum of RGB (Red+Green+Blue) = 198+85+20=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C65514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65514 is #39AAEB. Grayscale: #6F6F6F. Windows color (decimal): -3779308 or 1332678. OLE color: 1332678.
HSL color Cylindrical-coordinate representation of color #C65514: hue angle of 21.91º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C65514 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 20 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.22 |
| HSL | 21.91º | 0.82% | 0.43% | - |
| HSV(B) | 21.91º | 0.9% | 0.78% | - |
| XYZ | 26.66 | 18.55 | 2.84 | - |
| YUV | 111.38 | 76.44 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 20 | 0 | 0.57 | 0.90 | 0.22 | 21.91 | 0.82 | 0.43 |
| Hex | C6 | 55 | 14 | 0 | 39 | 5A | 16 | 16 | 52 | 2B |
| Octal | 306 | 125 | 24 | 0 | 71 | 132 | 26 | 26 | 122 | 53 |
| Binary | 11000110 | 1010101 | 10100 | 0 | 111001 | 1011010 | 10110 | 10110 | 1010010 | 101011 |
Color Harmonies of #C65514
Complementary color
Monochromatic Colors of #C65514
Black with #C65514
Text Example
Text Example
White with #C65514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65514; }
p { color: rgb(198,85,20); }
H1.HeaderClassName
{
color: #C65514;
}
.AnyTagClassName
{
color: #C65514;
}
</style>
background-color css
<style>
a { background-color: #C65514; }
a { background-color: rgb(198,85,20); }
div.DivClassName
{
background-color: #C65514;
}
.BgClassName
{
background-color: #C65514;
}
</style>
border-color css
<style>
span { border-color: #C65514; }
span { border-color: rgb(198,85,20); }
td.TdClassName
{
border-color: #C65514;
}
.TagClassName
{
border-color: #C65514;
}
</style>