Shades of Tenne (Tawny) #C65F10
Tints of Tenne (Tawny) #C65F10
RGB
CMYK
RGB Variations
Color information
#C65F10 (or 0xC65F10) is known color: Tenne (Tawny). HEX triplet: C6, 5F and 10. RGB value is (198,95,16). Sum of RGB (Red+Green+Blue) = 198+95+16=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65F10 is #39A0EF. Grayscale: #757575. Windows color (decimal): -3776752 or 1073094. OLE color: 1073094.
HSL color Cylindrical-coordinate representation of color #C65F10: hue angle of 26.04º degrees, saturation: 0.85, 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 #C65F10 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 16 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.22 |
| HSL | 26.04º | 0.85% | 0.42% | - |
| HSV(B) | 26.04º | 0.92% | 0.78% | - |
| XYZ | 27.47 | 20.23 | 2.95 | - |
| YUV | 116.79 | 71.12 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 16 | 0 | 0.52 | 0.92 | 0.22 | 26.04 | 0.85 | 0.42 |
| Hex | C6 | 5F | 10 | 0 | 34 | 5C | 16 | 1A | 55 | 2A |
| Octal | 306 | 137 | 20 | 0 | 64 | 134 | 26 | 32 | 125 | 52 |
| Binary | 11000110 | 1011111 | 10000 | 0 | 110100 | 1011100 | 10110 | 11010 | 1010101 | 101010 |
Color Harmonies of #C65F10
Complementary color
Monochromatic Colors of #C65F10
Black with #C65F10
Text Example
Text Example
White with #C65F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F10; }
p { color: rgb(198,95,16); }
H1.HeaderClassName
{
color: #C65F10;
}
.AnyTagClassName
{
color: #C65F10;
}
</style>
background-color css
<style>
a { background-color: #C65F10; }
a { background-color: rgb(198,95,16); }
div.DivClassName
{
background-color: #C65F10;
}
.BgClassName
{
background-color: #C65F10;
}
</style>
border-color css
<style>
span { border-color: #C65F10; }
span { border-color: rgb(198,95,16); }
td.TdClassName
{
border-color: #C65F10;
}
.TagClassName
{
border-color: #C65F10;
}
</style>