Shades of Tenne (Tawny) #C66101
Tints of Tenne (Tawny) #C66101
RGB
CMYK
RGB Variations
Color information
#C66101 (or 0xC66101) is known color: Tenne (Tawny). HEX triplet: C6, 61 and 01. RGB value is (198,97,1). Sum of RGB (Red+Green+Blue) = 198+97+1=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C66101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66101 is #399EFE. Grayscale: #747474. Windows color (decimal): -3776255 or 90566. OLE color: 90566.
HSL color Cylindrical-coordinate representation of color #C66101: hue angle of 29.24º 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 #C66101 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.22 |
| HSL | 29.24º | 0.99% | 0.39% | - |
| HSV(B) | 29.24º | 0.99% | 0.78% | - |
| XYZ | 27.57 | 20.56 | 2.54 | - |
| YUV | 116.26 | 62.96 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 1 | 0 | 0.51 | 0.99 | 0.22 | 29.24 | 0.99 | 0.39 |
| Hex | C6 | 61 | 1 | 0 | 33 | 63 | 16 | 1D | 63 | 27 |
| Octal | 306 | 141 | 1 | 0 | 63 | 143 | 26 | 35 | 143 | 47 |
| Binary | 11000110 | 1100001 | 1 | 0 | 110011 | 1100011 | 10110 | 11101 | 1100011 | 100111 |
Color Harmonies of #C66101
Complementary color
Monochromatic Colors of #C66101
Black with #C66101
Text Example
Text Example
White with #C66101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66101; }
p { color: rgb(198,97,1); }
H1.HeaderClassName
{
color: #C66101;
}
.AnyTagClassName
{
color: #C66101;
}
</style>
background-color css
<style>
a { background-color: #C66101; }
a { background-color: rgb(198,97,1); }
div.DivClassName
{
background-color: #C66101;
}
.BgClassName
{
background-color: #C66101;
}
</style>
border-color css
<style>
span { border-color: #C66101; }
span { border-color: rgb(198,97,1); }
td.TdClassName
{
border-color: #C66101;
}
.TagClassName
{
border-color: #C66101;
}
</style>