Shades of Tenne (Tawny) #C65615
Tints of Tenne (Tawny) #C65615
RGB
CMYK
RGB Variations
Color information
#C65615 (or 0xC65615) is known color: Tenne (Tawny). HEX triplet: C6, 56 and 15. RGB value is (198,86,21). Sum of RGB (Red+Green+Blue) = 198+86+21=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C65615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65615 is #39A9EA. Grayscale: #707070. Windows color (decimal): -3779051 or 1398470. OLE color: 1398470.
HSL color Cylindrical-coordinate representation of color #C65615: hue angle of 22.03º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C65615 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 21 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.22 |
| HSL | 22.03º | 0.81% | 0.43% | - |
| HSV(B) | 22.03º | 0.89% | 0.78% | - |
| XYZ | 26.75 | 18.72 | 2.91 | - |
| YUV | 112.08 | 76.61 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 21 | 0 | 0.57 | 0.89 | 0.22 | 22.03 | 0.81 | 0.43 |
| Hex | C6 | 56 | 15 | 0 | 39 | 59 | 16 | 16 | 51 | 2B |
| Octal | 306 | 126 | 25 | 0 | 71 | 131 | 26 | 26 | 121 | 53 |
| Binary | 11000110 | 1010110 | 10101 | 0 | 111001 | 1011001 | 10110 | 10110 | 1010001 | 101011 |
Color Harmonies of #C65615
Complementary color
Monochromatic Colors of #C65615
Black with #C65615
Text Example
Text Example
White with #C65615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65615; }
p { color: rgb(198,86,21); }
H1.HeaderClassName
{
color: #C65615;
}
.AnyTagClassName
{
color: #C65615;
}
</style>
background-color css
<style>
a { background-color: #C65615; }
a { background-color: rgb(198,86,21); }
div.DivClassName
{
background-color: #C65615;
}
.BgClassName
{
background-color: #C65615;
}
</style>
border-color css
<style>
span { border-color: #C65615; }
span { border-color: rgb(198,86,21); }
td.TdClassName
{
border-color: #C65615;
}
.TagClassName
{
border-color: #C65615;
}
</style>