Shades of Tenne (Tawny) #C65701
Tints of Tenne (Tawny) #C65701
RGB
CMYK
RGB Variations
Color information
#C65701 (or 0xC65701) is known color: Tenne (Tawny). HEX triplet: C6, 57 and 01. RGB value is (198,87,1). Sum of RGB (Red+Green+Blue) = 198+87+1=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C65701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65701 is #39A8FE. Grayscale: #6E6E6E. Windows color (decimal): -3778815 or 88006. OLE color: 88006.
HSL color Cylindrical-coordinate representation of color #C65701: hue angle of 26.19º 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 #C65701 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.22 |
| HSL | 26.19º | 0.99% | 0.39% | - |
| HSV(B) | 26.19º | 0.99% | 0.78% | - |
| XYZ | 26.7 | 18.82 | 2.25 | - |
| YUV | 110.39 | 66.27 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 1 | 0 | 0.56 | 0.99 | 0.22 | 26.19 | 0.99 | 0.39 |
| Hex | C6 | 57 | 1 | 0 | 38 | 63 | 16 | 1A | 63 | 27 |
| Octal | 306 | 127 | 1 | 0 | 70 | 143 | 26 | 32 | 143 | 47 |
| Binary | 11000110 | 1010111 | 1 | 0 | 111000 | 1100011 | 10110 | 11010 | 1100011 | 100111 |
Color Harmonies of #C65701
Complementary color
Monochromatic Colors of #C65701
Black with #C65701
Text Example
Text Example
White with #C65701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65701; }
p { color: rgb(198,87,1); }
H1.HeaderClassName
{
color: #C65701;
}
.AnyTagClassName
{
color: #C65701;
}
</style>
background-color css
<style>
a { background-color: #C65701; }
a { background-color: rgb(198,87,1); }
div.DivClassName
{
background-color: #C65701;
}
.BgClassName
{
background-color: #C65701;
}
</style>
border-color css
<style>
span { border-color: #C65701; }
span { border-color: rgb(198,87,1); }
td.TdClassName
{
border-color: #C65701;
}
.TagClassName
{
border-color: #C65701;
}
</style>