Shades of Tenne (Tawny) #C65601
Tints of Tenne (Tawny) #C65601
RGB
CMYK
RGB Variations
Color information
#C65601 (or 0xC65601) is known color: Tenne (Tawny). HEX triplet: C6, 56 and 01. RGB value is (198,86,1). Sum of RGB (Red+Green+Blue) = 198+86+1=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C65601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65601 is #39A9FE. Grayscale: #6E6E6E. Windows color (decimal): -3779071 or 87750. OLE color: 87750.
HSL color Cylindrical-coordinate representation of color #C65601: hue angle of 25.89º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C65601 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.22 |
| HSL | 25.89º | 0.99% | 0.39% | - |
| HSV(B) | 25.89º | 0.99% | 0.78% | - |
| XYZ | 26.62 | 18.66 | 2.23 | - |
| YUV | 109.8 | 66.61 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 1 | 0 | 0.57 | 0.99 | 0.22 | 25.89 | 0.99 | 0.39 |
| Hex | C6 | 56 | 1 | 0 | 39 | 63 | 16 | 1A | 63 | 27 |
| Octal | 306 | 126 | 1 | 0 | 71 | 143 | 26 | 32 | 143 | 47 |
| Binary | 11000110 | 1010110 | 1 | 0 | 111001 | 1100011 | 10110 | 11010 | 1100011 | 100111 |
Color Harmonies of #C65601
Complementary color
Monochromatic Colors of #C65601
Black with #C65601
Text Example
Text Example
White with #C65601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65601; }
p { color: rgb(198,86,1); }
H1.HeaderClassName
{
color: #C65601;
}
.AnyTagClassName
{
color: #C65601;
}
</style>
background-color css
<style>
a { background-color: #C65601; }
a { background-color: rgb(198,86,1); }
div.DivClassName
{
background-color: #C65601;
}
.BgClassName
{
background-color: #C65601;
}
</style>
border-color css
<style>
span { border-color: #C65601; }
span { border-color: rgb(198,86,1); }
td.TdClassName
{
border-color: #C65601;
}
.TagClassName
{
border-color: #C65601;
}
</style>