Shades of Tenne (Tawny) #C6590F
Tints of Tenne (Tawny) #C6590F
RGB
CMYK
RGB Variations
Color information
#C6590F (or 0xC6590F) is known color: Tenne (Tawny). HEX triplet: C6, 59 and 0F. RGB value is (198,89,15). Sum of RGB (Red+Green+Blue) = 198+89+15=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C6590F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6590F is #39A6F0. Grayscale: #717171. Windows color (decimal): -3778289 or 1006022. OLE color: 1006022.
HSL color Cylindrical-coordinate representation of color #C6590F: hue angle of 24.26º 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 #C6590F is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 15 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.22 |
| HSL | 24.26º | 0.86% | 0.42% | - |
| HSV(B) | 24.26º | 0.92% | 0.78% | - |
| XYZ | 26.95 | 19.19 | 2.73 | - |
| YUV | 113.16 | 72.61 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 15 | 0 | 0.55 | 0.92 | 0.22 | 24.26 | 0.86 | 0.42 |
| Hex | C6 | 59 | F | 0 | 37 | 5C | 16 | 18 | 56 | 2A |
| Octal | 306 | 131 | 17 | 0 | 67 | 134 | 26 | 30 | 126 | 52 |
| Binary | 11000110 | 1011001 | 1111 | 0 | 110111 | 1011100 | 10110 | 11000 | 1010110 | 101010 |
Color Harmonies of #C6590F
Complementary color
Monochromatic Colors of #C6590F
Black with #C6590F
Text Example
Text Example
White with #C6590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6590F; }
p { color: rgb(198,89,15); }
H1.HeaderClassName
{
color: #C6590F;
}
.AnyTagClassName
{
color: #C6590F;
}
</style>
background-color css
<style>
a { background-color: #C6590F; }
a { background-color: rgb(198,89,15); }
div.DivClassName
{
background-color: #C6590F;
}
.BgClassName
{
background-color: #C6590F;
}
</style>
border-color css
<style>
span { border-color: #C6590F; }
span { border-color: rgb(198,89,15); }
td.TdClassName
{
border-color: #C6590F;
}
.TagClassName
{
border-color: #C6590F;
}
</style>