Shades of Tenne (Tawny) #C65F0F
Tints of Tenne (Tawny) #C65F0F
RGB
CMYK
RGB Variations
Color information
#C65F0F (or 0xC65F0F) is known color: Tenne (Tawny). HEX triplet: C6, 5F and 0F. RGB value is (198,95,15). Sum of RGB (Red+Green+Blue) = 198+95+15=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65F0F is #39A0F0. Grayscale: #757575. Windows color (decimal): -3776753 or 1007558. OLE color: 1007558.
HSL color Cylindrical-coordinate representation of color #C65F0F: hue angle of 26.23º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C65F0F is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 15 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.22 |
| HSL | 26.23º | 0.86% | 0.42% | - |
| HSV(B) | 26.23º | 0.92% | 0.78% | - |
| XYZ | 27.47 | 20.22 | 2.91 | - |
| YUV | 116.68 | 70.62 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 15 | 0 | 0.52 | 0.92 | 0.22 | 26.23 | 0.86 | 0.42 |
| Hex | C6 | 5F | F | 0 | 34 | 5C | 16 | 1A | 56 | 2A |
| Octal | 306 | 137 | 17 | 0 | 64 | 134 | 26 | 32 | 126 | 52 |
| Binary | 11000110 | 1011111 | 1111 | 0 | 110100 | 1011100 | 10110 | 11010 | 1010110 | 101010 |
Color Harmonies of #C65F0F
Complementary color
Monochromatic Colors of #C65F0F
Black with #C65F0F
Text Example
Text Example
White with #C65F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F0F; }
p { color: rgb(198,95,15); }
H1.HeaderClassName
{
color: #C65F0F;
}
.AnyTagClassName
{
color: #C65F0F;
}
</style>
background-color css
<style>
a { background-color: #C65F0F; }
a { background-color: rgb(198,95,15); }
div.DivClassName
{
background-color: #C65F0F;
}
.BgClassName
{
background-color: #C65F0F;
}
</style>
border-color css
<style>
span { border-color: #C65F0F; }
span { border-color: rgb(198,95,15); }
td.TdClassName
{
border-color: #C65F0F;
}
.TagClassName
{
border-color: #C65F0F;
}
</style>