Shades of Tenne (Tawny) #C65704
Tints of Tenne (Tawny) #C65704
RGB
CMYK
RGB Variations
Color information
#C65704 (or 0xC65704) is known color: Tenne (Tawny). HEX triplet: C6, 57 and 04. RGB value is (198,87,4). Sum of RGB (Red+Green+Blue) = 198+87+4=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C65704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65704 is #39A8FB. Grayscale: #6F6F6F. Windows color (decimal): -3778812 or 284614. OLE color: 284614.
HSL color Cylindrical-coordinate representation of color #C65704: hue angle of 25.67º 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 #C65704 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.22 |
| HSL | 25.67º | 0.96% | 0.4% | - |
| HSV(B) | 25.67º | 0.98% | 0.78% | - |
| XYZ | 26.72 | 18.83 | 2.34 | - |
| YUV | 110.73 | 67.77 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 4 | 0 | 0.56 | 0.98 | 0.22 | 25.67 | 0.96 | 0.4 |
| Hex | C6 | 57 | 4 | 0 | 38 | 62 | 16 | 1A | 60 | 28 |
| Octal | 306 | 127 | 4 | 0 | 70 | 142 | 26 | 32 | 140 | 50 |
| Binary | 11000110 | 1010111 | 100 | 0 | 111000 | 1100010 | 10110 | 11010 | 1100000 | 101000 |
Color Harmonies of #C65704
Complementary color
Monochromatic Colors of #C65704
Black with #C65704
Text Example
Text Example
White with #C65704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65704; }
p { color: rgb(198,87,4); }
H1.HeaderClassName
{
color: #C65704;
}
.AnyTagClassName
{
color: #C65704;
}
</style>
background-color css
<style>
a { background-color: #C65704; }
a { background-color: rgb(198,87,4); }
div.DivClassName
{
background-color: #C65704;
}
.BgClassName
{
background-color: #C65704;
}
</style>
border-color css
<style>
span { border-color: #C65704; }
span { border-color: rgb(198,87,4); }
td.TdClassName
{
border-color: #C65704;
}
.TagClassName
{
border-color: #C65704;
}
</style>