Shades of Tenne (Tawny) #C65503
Tints of Tenne (Tawny) #C65503
RGB
CMYK
RGB Variations
Color information
#C65503 (or 0xC65503) is known color: Tenne (Tawny). HEX triplet: C6, 55 and 03. RGB value is (198,85,3). Sum of RGB (Red+Green+Blue) = 198+85+3=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C65503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65503 is #39AAFC. Grayscale: #6D6D6D. Windows color (decimal): -3779325 or 218566. OLE color: 218566.
HSL color Cylindrical-coordinate representation of color #C65503: hue angle of 25.23º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C65503 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.22 |
| HSL | 25.23º | 0.97% | 0.39% | - |
| HSV(B) | 25.23º | 0.98% | 0.78% | - |
| XYZ | 26.55 | 18.51 | 2.26 | - |
| YUV | 109.44 | 67.94 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 3 | 0 | 0.57 | 0.98 | 0.22 | 25.23 | 0.97 | 0.39 |
| Hex | C6 | 55 | 3 | 0 | 39 | 62 | 16 | 19 | 61 | 27 |
| Octal | 306 | 125 | 3 | 0 | 71 | 142 | 26 | 31 | 141 | 47 |
| Binary | 11000110 | 1010101 | 11 | 0 | 111001 | 1100010 | 10110 | 11001 | 1100001 | 100111 |
Color Harmonies of #C65503
Complementary color
Monochromatic Colors of #C65503
Black with #C65503
Text Example
Text Example
White with #C65503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65503; }
p { color: rgb(198,85,3); }
H1.HeaderClassName
{
color: #C65503;
}
.AnyTagClassName
{
color: #C65503;
}
</style>
background-color css
<style>
a { background-color: #C65503; }
a { background-color: rgb(198,85,3); }
div.DivClassName
{
background-color: #C65503;
}
.BgClassName
{
background-color: #C65503;
}
</style>
border-color css
<style>
span { border-color: #C65503; }
span { border-color: rgb(198,85,3); }
td.TdClassName
{
border-color: #C65503;
}
.TagClassName
{
border-color: #C65503;
}
</style>