Shades of Tenne (Tawny) #C65804
Tints of Tenne (Tawny) #C65804
RGB
CMYK
RGB Variations
Color information
#C65804 (or 0xC65804) is known color: Tenne (Tawny). HEX triplet: C6, 58 and 04. RGB value is (198,88,4). Sum of RGB (Red+Green+Blue) = 198+88+4=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C65804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65804 is #39A7FB. Grayscale: #6F6F6F. Windows color (decimal): -3778556 or 284870. OLE color: 284870.
HSL color Cylindrical-coordinate representation of color #C65804: hue angle of 25.98º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C65804 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.22 |
| HSL | 25.98º | 0.96% | 0.4% | - |
| HSV(B) | 25.98º | 0.98% | 0.78% | - |
| XYZ | 26.8 | 18.99 | 2.37 | - |
| YUV | 111.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 4 | 0 | 0.56 | 0.98 | 0.22 | 25.98 | 0.96 | 0.4 |
| Hex | C6 | 58 | 4 | 0 | 38 | 62 | 16 | 1A | 60 | 28 |
| Octal | 306 | 130 | 4 | 0 | 70 | 142 | 26 | 32 | 140 | 50 |
| Binary | 11000110 | 1011000 | 100 | 0 | 111000 | 1100010 | 10110 | 11010 | 1100000 | 101000 |
Color Harmonies of #C65804
Complementary color
Monochromatic Colors of #C65804
Black with #C65804
Text Example
Text Example
White with #C65804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65804; }
p { color: rgb(198,88,4); }
H1.HeaderClassName
{
color: #C65804;
}
.AnyTagClassName
{
color: #C65804;
}
</style>
background-color css
<style>
a { background-color: #C65804; }
a { background-color: rgb(198,88,4); }
div.DivClassName
{
background-color: #C65804;
}
.BgClassName
{
background-color: #C65804;
}
</style>
border-color css
<style>
span { border-color: #C65804; }
span { border-color: rgb(198,88,4); }
td.TdClassName
{
border-color: #C65804;
}
.TagClassName
{
border-color: #C65804;
}
</style>