Shades of Tenne (Tawny) #C66400
Tints of Tenne (Tawny) #C66400
RGB
CMYK
RGB Variations
Color information
#C66400 (or 0xC66400) is known color: Tenne (Tawny). HEX triplet: C6, 64 and 00. RGB value is (198,100,0). Sum of RGB (Red+Green+Blue) = 198+100+0=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C66400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66400 is #399BFF. Grayscale: #767676. Windows color (decimal): -3775488 or 25798. OLE color: 25798.
HSL color Cylindrical-coordinate representation of color #C66400: hue angle of 30.3º 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 #C66400 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.22 |
| HSL | 30.3º | 1% | 0.39% | - |
| HSV(B) | 30.3º | 1% | 0.78% | - |
| XYZ | 27.85 | 21.12 | 2.61 | - |
| YUV | 117.9 | 61.47 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 0 | 0 | 0.49 | 1 | 0.22 | 30.3 | 1 | 0.39 |
| Hex | C6 | 64 | 0 | 0 | 31 | 64 | 16 | 1E | 64 | 27 |
| Octal | 306 | 144 | 0 | 0 | 61 | 144 | 26 | 36 | 144 | 47 |
| Binary | 11000110 | 1100100 | 0 | 0 | 110001 | 1100100 | 10110 | 11110 | 1100100 | 100111 |
Color Harmonies of #C66400
Complementary color
Monochromatic Colors of #C66400
Black with #C66400
Text Example
Text Example
White with #C66400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66400; }
p { color: rgb(198,100,0); }
H1.HeaderClassName
{
color: #C66400;
}
.AnyTagClassName
{
color: #C66400;
}
</style>
background-color css
<style>
a { background-color: #C66400; }
a { background-color: rgb(198,100,0); }
div.DivClassName
{
background-color: #C66400;
}
.BgClassName
{
background-color: #C66400;
}
</style>
border-color css
<style>
span { border-color: #C66400; }
span { border-color: rgb(198,100,0); }
td.TdClassName
{
border-color: #C66400;
}
.TagClassName
{
border-color: #C66400;
}
</style>