Shades of Tenne (Tawny) #C66407
Tints of Tenne (Tawny) #C66407
RGB
CMYK
RGB Variations
Color information
#C66407 (or 0xC66407) is known color: Tenne (Tawny). HEX triplet: C6, 64 and 07. RGB value is (198,100,7). Sum of RGB (Red+Green+Blue) = 198+100+7=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C66407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66407 is #399BF8. Grayscale: #777777. Windows color (decimal): -3775481 or 484550. OLE color: 484550.
HSL color Cylindrical-coordinate representation of color #C66407: hue angle of 29.21º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C66407 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 7 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.22 |
| HSL | 29.21º | 0.93% | 0.4% | - |
| HSV(B) | 29.21º | 0.96% | 0.78% | - |
| XYZ | 27.88 | 21.14 | 2.81 | - |
| YUV | 118.7 | 64.97 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 7 | 0 | 0.49 | 0.96 | 0.22 | 29.21 | 0.93 | 0.4 |
| Hex | C6 | 64 | 7 | 0 | 31 | 60 | 16 | 1D | 5D | 28 |
| Octal | 306 | 144 | 7 | 0 | 61 | 140 | 26 | 35 | 135 | 50 |
| Binary | 11000110 | 1100100 | 111 | 0 | 110001 | 1100000 | 10110 | 11101 | 1011101 | 101000 |
Color Harmonies of #C66407
Complementary color
Monochromatic Colors of #C66407
Black with #C66407
Text Example
Text Example
White with #C66407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66407; }
p { color: rgb(198,100,7); }
H1.HeaderClassName
{
color: #C66407;
}
.AnyTagClassName
{
color: #C66407;
}
</style>
background-color css
<style>
a { background-color: #C66407; }
a { background-color: rgb(198,100,7); }
div.DivClassName
{
background-color: #C66407;
}
.BgClassName
{
background-color: #C66407;
}
</style>
border-color css
<style>
span { border-color: #C66407; }
span { border-color: rgb(198,100,7); }
td.TdClassName
{
border-color: #C66407;
}
.TagClassName
{
border-color: #C66407;
}
</style>