Shades of Tenne (Tawny) #C6510D
Tints of Tenne (Tawny) #C6510D
RGB
CMYK
RGB Variations
Color information
#C6510D (or 0xC6510D) is known color: Tenne (Tawny). HEX triplet: C6, 51 and 0D. RGB value is (198,81,13). Sum of RGB (Red+Green+Blue) = 198+81+13=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6510D is #39AEF2. Grayscale: #6C6C6C. Windows color (decimal): -3780339 or 872902. OLE color: 872902.
HSL color Cylindrical-coordinate representation of color #C6510D: hue angle of 22.05º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6510D is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 13 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.22 |
| HSL | 22.05º | 0.88% | 0.41% | - |
| HSV(B) | 22.05º | 0.93% | 0.78% | - |
| XYZ | 26.3 | 17.92 | 2.45 | - |
| YUV | 108.23 | 74.26 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 13 | 0 | 0.59 | 0.93 | 0.22 | 22.05 | 0.88 | 0.41 |
| Hex | C6 | 51 | D | 0 | 3B | 5D | 16 | 16 | 58 | 29 |
| Octal | 306 | 121 | 15 | 0 | 73 | 135 | 26 | 26 | 130 | 51 |
| Binary | 11000110 | 1010001 | 1101 | 0 | 111011 | 1011101 | 10110 | 10110 | 1011000 | 101001 |
Color Harmonies of #C6510D
Complementary color
Monochromatic Colors of #C6510D
Black with #C6510D
Text Example
Text Example
White with #C6510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6510D; }
p { color: rgb(198,81,13); }
H1.HeaderClassName
{
color: #C6510D;
}
.AnyTagClassName
{
color: #C6510D;
}
</style>
background-color css
<style>
a { background-color: #C6510D; }
a { background-color: rgb(198,81,13); }
div.DivClassName
{
background-color: #C6510D;
}
.BgClassName
{
background-color: #C6510D;
}
</style>
border-color css
<style>
span { border-color: #C6510D; }
span { border-color: rgb(198,81,13); }
td.TdClassName
{
border-color: #C6510D;
}
.TagClassName
{
border-color: #C6510D;
}
</style>