Shades of Tenne (Tawny) #C65608
Tints of Tenne (Tawny) #C65608
RGB
CMYK
RGB Variations
Color information
#C65608 (or 0xC65608) is known color: Tenne (Tawny). HEX triplet: C6, 56 and 08. RGB value is (198,86,8). Sum of RGB (Red+Green+Blue) = 198+86+8=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C65608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65608 is #39A9F7. Grayscale: #6F6F6F. Windows color (decimal): -3779064 or 546502. OLE color: 546502.
HSL color Cylindrical-coordinate representation of color #C65608: hue angle of 24.63º degrees, saturation: 0.92, 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 #C65608 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 8 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.22 |
| HSL | 24.63º | 0.92% | 0.4% | - |
| HSV(B) | 24.63º | 0.96% | 0.78% | - |
| XYZ | 26.66 | 18.68 | 2.43 | - |
| YUV | 110.6 | 70.11 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 8 | 0 | 0.57 | 0.96 | 0.22 | 24.63 | 0.92 | 0.4 |
| Hex | C6 | 56 | 8 | 0 | 39 | 60 | 16 | 19 | 5C | 28 |
| Octal | 306 | 126 | 10 | 0 | 71 | 140 | 26 | 31 | 134 | 50 |
| Binary | 11000110 | 1010110 | 1000 | 0 | 111001 | 1100000 | 10110 | 11001 | 1011100 | 101000 |
Color Harmonies of #C65608
Complementary color
Monochromatic Colors of #C65608
Black with #C65608
Text Example
Text Example
White with #C65608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65608; }
p { color: rgb(198,86,8); }
H1.HeaderClassName
{
color: #C65608;
}
.AnyTagClassName
{
color: #C65608;
}
</style>
background-color css
<style>
a { background-color: #C65608; }
a { background-color: rgb(198,86,8); }
div.DivClassName
{
background-color: #C65608;
}
.BgClassName
{
background-color: #C65608;
}
</style>
border-color css
<style>
span { border-color: #C65608; }
span { border-color: rgb(198,86,8); }
td.TdClassName
{
border-color: #C65608;
}
.TagClassName
{
border-color: #C65608;
}
</style>