Shades of Tenne (Tawny) #C6510F
Tints of Tenne (Tawny) #C6510F
RGB
CMYK
RGB Variations
Color information
#C6510F (or 0xC6510F) is known color: Tenne (Tawny). HEX triplet: C6, 51 and 0F. RGB value is (198,81,15). Sum of RGB (Red+Green+Blue) = 198+81+15=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6510F is #39AEF0. Grayscale: #6C6C6C. Windows color (decimal): -3780337 or 1003974. OLE color: 1003974.
HSL color Cylindrical-coordinate representation of color #C6510F: hue angle of 21.64º 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 #C6510F is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 15 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.22 |
| HSL | 21.64º | 0.86% | 0.42% | - |
| HSV(B) | 21.64º | 0.92% | 0.78% | - |
| XYZ | 26.32 | 17.93 | 2.52 | - |
| YUV | 108.46 | 75.26 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 15 | 0 | 0.59 | 0.92 | 0.22 | 21.64 | 0.86 | 0.42 |
| Hex | C6 | 51 | F | 0 | 3B | 5C | 16 | 16 | 56 | 2A |
| Octal | 306 | 121 | 17 | 0 | 73 | 134 | 26 | 26 | 126 | 52 |
| Binary | 11000110 | 1010001 | 1111 | 0 | 111011 | 1011100 | 10110 | 10110 | 1010110 | 101010 |
Color Harmonies of #C6510F
Complementary color
Monochromatic Colors of #C6510F
Black with #C6510F
Text Example
Text Example
White with #C6510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6510F; }
p { color: rgb(198,81,15); }
H1.HeaderClassName
{
color: #C6510F;
}
.AnyTagClassName
{
color: #C6510F;
}
</style>
background-color css
<style>
a { background-color: #C6510F; }
a { background-color: rgb(198,81,15); }
div.DivClassName
{
background-color: #C6510F;
}
.BgClassName
{
background-color: #C6510F;
}
</style>
border-color css
<style>
span { border-color: #C6510F; }
span { border-color: rgb(198,81,15); }
td.TdClassName
{
border-color: #C6510F;
}
.TagClassName
{
border-color: #C6510F;
}
</style>