Shades of Tenne (Tawny) #C65207
Tints of Tenne (Tawny) #C65207
RGB
CMYK
RGB Variations
Color information
#C65207 (or 0xC65207) is known color: Tenne (Tawny). HEX triplet: C6, 52 and 07. RGB value is (198,82,7). Sum of RGB (Red+Green+Blue) = 198+82+7=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C65207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65207 is #39ADF8. Grayscale: #6C6C6C. Windows color (decimal): -3780089 or 479942. OLE color: 479942.
HSL color Cylindrical-coordinate representation of color #C65207: hue angle of 23.56º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C65207 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 7 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.22 |
| HSL | 23.56º | 0.93% | 0.4% | - |
| HSV(B) | 23.56º | 0.96% | 0.78% | - |
| XYZ | 26.34 | 18.06 | 2.3 | - |
| YUV | 108.13 | 70.93 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 7 | 0 | 0.59 | 0.96 | 0.22 | 23.56 | 0.93 | 0.4 |
| Hex | C6 | 52 | 7 | 0 | 3B | 60 | 16 | 18 | 5D | 28 |
| Octal | 306 | 122 | 7 | 0 | 73 | 140 | 26 | 30 | 135 | 50 |
| Binary | 11000110 | 1010010 | 111 | 0 | 111011 | 1100000 | 10110 | 11000 | 1011101 | 101000 |
Color Harmonies of #C65207
Complementary color
Monochromatic Colors of #C65207
Black with #C65207
Text Example
Text Example
White with #C65207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65207; }
p { color: rgb(198,82,7); }
H1.HeaderClassName
{
color: #C65207;
}
.AnyTagClassName
{
color: #C65207;
}
</style>
background-color css
<style>
a { background-color: #C65207; }
a { background-color: rgb(198,82,7); }
div.DivClassName
{
background-color: #C65207;
}
.BgClassName
{
background-color: #C65207;
}
</style>
border-color css
<style>
span { border-color: #C65207; }
span { border-color: rgb(198,82,7); }
td.TdClassName
{
border-color: #C65207;
}
.TagClassName
{
border-color: #C65207;
}
</style>