Shades of Tenne (Tawny) #C6570D
Tints of Tenne (Tawny) #C6570D
RGB
CMYK
RGB Variations
Color information
#C6570D (or 0xC6570D) is known color: Tenne (Tawny). HEX triplet: C6, 57 and 0D. RGB value is (198,87,13). Sum of RGB (Red+Green+Blue) = 198+87+13=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C6570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6570D is #39A8F2. Grayscale: #707070. Windows color (decimal): -3778803 or 874438. OLE color: 874438.
HSL color Cylindrical-coordinate representation of color #C6570D: hue angle of 24º 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 #C6570D is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 13 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.22 |
| HSL | 24º | 0.88% | 0.41% | - |
| HSV(B) | 24º | 0.93% | 0.78% | - |
| XYZ | 26.77 | 18.85 | 2.61 | - |
| YUV | 111.75 | 72.27 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 13 | 0 | 0.56 | 0.93 | 0.22 | 24 | 0.88 | 0.41 |
| Hex | C6 | 57 | D | 0 | 38 | 5D | 16 | 18 | 58 | 29 |
| Octal | 306 | 127 | 15 | 0 | 70 | 135 | 26 | 30 | 130 | 51 |
| Binary | 11000110 | 1010111 | 1101 | 0 | 111000 | 1011101 | 10110 | 11000 | 1011000 | 101001 |
Color Harmonies of #C6570D
Complementary color
Monochromatic Colors of #C6570D
Black with #C6570D
Text Example
Text Example
White with #C6570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6570D; }
p { color: rgb(198,87,13); }
H1.HeaderClassName
{
color: #C6570D;
}
.AnyTagClassName
{
color: #C6570D;
}
</style>
background-color css
<style>
a { background-color: #C6570D; }
a { background-color: rgb(198,87,13); }
div.DivClassName
{
background-color: #C6570D;
}
.BgClassName
{
background-color: #C6570D;
}
</style>
border-color css
<style>
span { border-color: #C6570D; }
span { border-color: rgb(198,87,13); }
td.TdClassName
{
border-color: #C6570D;
}
.TagClassName
{
border-color: #C6570D;
}
</style>