Shades of Tenne (Tawny) #C66300
Tints of Tenne (Tawny) #C66300
RGB
CMYK
RGB Variations
Color information
#C66300 (or 0xC66300) is known color: Tenne (Tawny). HEX triplet: C6, 63 and 00. RGB value is (198,99,0). Sum of RGB (Red+Green+Blue) = 198+99+0=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C66300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66300 is #399CFF. Grayscale: #757575. Windows color (decimal): -3775744 or 25542. OLE color: 25542.
HSL color Cylindrical-coordinate representation of color #C66300: hue angle of 30º 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 #C66300 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.22 |
| HSL | 30º | 1% | 0.39% | - |
| HSV(B) | 30º | 1% | 0.78% | - |
| XYZ | 27.75 | 20.93 | 2.58 | - |
| YUV | 117.32 | 61.8 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 0 | 0 | 0.50 | 1 | 0.22 | 30 | 1 | 0.39 |
| Hex | C6 | 63 | 0 | 0 | 32 | 64 | 16 | 1E | 64 | 27 |
| Octal | 306 | 143 | 0 | 0 | 62 | 144 | 26 | 36 | 144 | 47 |
| Binary | 11000110 | 1100011 | 0 | 0 | 110010 | 1100100 | 10110 | 11110 | 1100100 | 100111 |
Color Harmonies of #C66300
Complementary color
Monochromatic Colors of #C66300
Black with #C66300
Text Example
Text Example
White with #C66300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66300; }
p { color: rgb(198,99,0); }
H1.HeaderClassName
{
color: #C66300;
}
.AnyTagClassName
{
color: #C66300;
}
</style>
background-color css
<style>
a { background-color: #C66300; }
a { background-color: rgb(198,99,0); }
div.DivClassName
{
background-color: #C66300;
}
.BgClassName
{
background-color: #C66300;
}
</style>
border-color css
<style>
span { border-color: #C66300; }
span { border-color: rgb(198,99,0); }
td.TdClassName
{
border-color: #C66300;
}
.TagClassName
{
border-color: #C66300;
}
</style>