Shades of Tenne (Tawny) #C66900
Tints of Tenne (Tawny) #C66900
RGB
CMYK
RGB Variations
Color information
#C66900 (or 0xC66900) is known color: Tenne (Tawny). HEX triplet: C6, 69 and 00. RGB value is (198,105,0). Sum of RGB (Red+Green+Blue) = 198+105+0=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C66900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66900 is #3996FF. Grayscale: #797979. Windows color (decimal): -3774208 or 27078. OLE color: 27078.
HSL color Cylindrical-coordinate representation of color #C66900: hue angle of 31.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C66900 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.22 |
| HSL | 31.82º | 1% | 0.39% | - |
| HSV(B) | 31.82º | 1% | 0.78% | - |
| XYZ | 28.34 | 22.11 | 2.77 | - |
| YUV | 120.84 | 59.81 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 0 | 0 | 0.47 | 1 | 0.22 | 31.82 | 1 | 0.39 |
| Hex | C6 | 69 | 0 | 0 | 2F | 64 | 16 | 20 | 64 | 27 |
| Octal | 306 | 151 | 0 | 0 | 57 | 144 | 26 | 40 | 144 | 47 |
| Binary | 11000110 | 1101001 | 0 | 0 | 101111 | 1100100 | 10110 | 100000 | 1100100 | 100111 |
Color Harmonies of #C66900
Complementary color
Monochromatic Colors of #C66900
Black with #C66900
Text Example
Text Example
White with #C66900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66900; }
p { color: rgb(198,105,0); }
H1.HeaderClassName
{
color: #C66900;
}
.AnyTagClassName
{
color: #C66900;
}
</style>
background-color css
<style>
a { background-color: #C66900; }
a { background-color: rgb(198,105,0); }
div.DivClassName
{
background-color: #C66900;
}
.BgClassName
{
background-color: #C66900;
}
</style>
border-color css
<style>
span { border-color: #C66900; }
span { border-color: rgb(198,105,0); }
td.TdClassName
{
border-color: #C66900;
}
.TagClassName
{
border-color: #C66900;
}
</style>