Shades of Tenne (Tawny) #C65808
Tints of Tenne (Tawny) #C65808
RGB
CMYK
RGB Variations
Color information
#C65808 (or 0xC65808) is known color: Tenne (Tawny). HEX triplet: C6, 58 and 08. RGB value is (198,88,8). Sum of RGB (Red+Green+Blue) = 198+88+8=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C65808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65808 is #39A7F7. Grayscale: #707070. Windows color (decimal): -3778552 or 547014. OLE color: 547014.
HSL color Cylindrical-coordinate representation of color #C65808: hue angle of 25.26º 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 #C65808 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.22 |
| HSL | 25.26º | 0.92% | 0.4% | - |
| HSV(B) | 25.26º | 0.96% | 0.78% | - |
| XYZ | 26.82 | 19 | 2.48 | - |
| YUV | 111.77 | 69.44 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 8 | 0 | 0.56 | 0.96 | 0.22 | 25.26 | 0.92 | 0.4 |
| Hex | C6 | 58 | 8 | 0 | 38 | 60 | 16 | 19 | 5C | 28 |
| Octal | 306 | 130 | 10 | 0 | 70 | 140 | 26 | 31 | 134 | 50 |
| Binary | 11000110 | 1011000 | 1000 | 0 | 111000 | 1100000 | 10110 | 11001 | 1011100 | 101000 |
Color Harmonies of #C65808
Complementary color
Monochromatic Colors of #C65808
Black with #C65808
Text Example
Text Example
White with #C65808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65808; }
p { color: rgb(198,88,8); }
H1.HeaderClassName
{
color: #C65808;
}
.AnyTagClassName
{
color: #C65808;
}
</style>
background-color css
<style>
a { background-color: #C65808; }
a { background-color: rgb(198,88,8); }
div.DivClassName
{
background-color: #C65808;
}
.BgClassName
{
background-color: #C65808;
}
</style>
border-color css
<style>
span { border-color: #C65808; }
span { border-color: rgb(198,88,8); }
td.TdClassName
{
border-color: #C65808;
}
.TagClassName
{
border-color: #C65808;
}
</style>