Shades of Tenne (Tawny) #C66F01
Tints of Tenne (Tawny) #C66F01
RGB
CMYK
RGB Variations
Color information
#C66F01 (or 0xC66F01) is known color: Tenne (Tawny). HEX triplet: C6, 6F and 01. RGB value is (198,111,1). Sum of RGB (Red+Green+Blue) = 198+111+1=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66F01 is #3990FE. Grayscale: #7C7C7C. Windows color (decimal): -3772671 or 94150. OLE color: 94150.
HSL color Cylindrical-coordinate representation of color #C66F01: hue angle of 33.5º 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 #C66F01 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.22 |
| HSL | 33.5º | 0.99% | 0.39% | - |
| HSV(B) | 33.5º | 0.99% | 0.78% | - |
| XYZ | 28.98 | 23.38 | 3.01 | - |
| YUV | 124.47 | 58.32 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 1 | 0 | 0.44 | 0.99 | 0.22 | 33.5 | 0.99 | 0.39 |
| Hex | C6 | 6F | 1 | 0 | 2C | 63 | 16 | 22 | 63 | 27 |
| Octal | 306 | 157 | 1 | 0 | 54 | 143 | 26 | 42 | 143 | 47 |
| Binary | 11000110 | 1101111 | 1 | 0 | 101100 | 1100011 | 10110 | 100010 | 1100011 | 100111 |
Color Harmonies of #C66F01
Complementary color
Monochromatic Colors of #C66F01
Black with #C66F01
Text Example
Text Example
White with #C66F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F01; }
p { color: rgb(198,111,1); }
H1.HeaderClassName
{
color: #C66F01;
}
.AnyTagClassName
{
color: #C66F01;
}
</style>
background-color css
<style>
a { background-color: #C66F01; }
a { background-color: rgb(198,111,1); }
div.DivClassName
{
background-color: #C66F01;
}
.BgClassName
{
background-color: #C66F01;
}
</style>
border-color css
<style>
span { border-color: #C66F01; }
span { border-color: rgb(198,111,1); }
td.TdClassName
{
border-color: #C66F01;
}
.TagClassName
{
border-color: #C66F01;
}
</style>