Shades of Tenne (Tawny) #C66600
Tints of Tenne (Tawny) #C66600
RGB
CMYK
RGB Variations
Color information
#C66600 (or 0xC66600) is known color: Tenne (Tawny). HEX triplet: C6, 66 and 00. RGB value is (198,102,0). Sum of RGB (Red+Green+Blue) = 198+102+0=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C66600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66600 is #3999FF. Grayscale: #777777. Windows color (decimal): -3774976 or 26310. OLE color: 26310.
HSL color Cylindrical-coordinate representation of color #C66600: hue angle of 30.91º 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 #C66600 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.22 |
| HSL | 30.91º | 1% | 0.39% | - |
| HSV(B) | 30.91º | 1% | 0.78% | - |
| XYZ | 28.04 | 21.51 | 2.67 | - |
| YUV | 119.08 | 60.8 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 0 | 0 | 0.48 | 1 | 0.22 | 30.91 | 1 | 0.39 |
| Hex | C6 | 66 | 0 | 0 | 30 | 64 | 16 | 1F | 64 | 27 |
| Octal | 306 | 146 | 0 | 0 | 60 | 144 | 26 | 37 | 144 | 47 |
| Binary | 11000110 | 1100110 | 0 | 0 | 110000 | 1100100 | 10110 | 11111 | 1100100 | 100111 |
Color Harmonies of #C66600
Complementary color
Monochromatic Colors of #C66600
Black with #C66600
Text Example
Text Example
White with #C66600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66600; }
p { color: rgb(198,102,0); }
H1.HeaderClassName
{
color: #C66600;
}
.AnyTagClassName
{
color: #C66600;
}
</style>
background-color css
<style>
a { background-color: #C66600; }
a { background-color: rgb(198,102,0); }
div.DivClassName
{
background-color: #C66600;
}
.BgClassName
{
background-color: #C66600;
}
</style>
border-color css
<style>
span { border-color: #C66600; }
span { border-color: rgb(198,102,0); }
td.TdClassName
{
border-color: #C66600;
}
.TagClassName
{
border-color: #C66600;
}
</style>