Shades of Tenne (Tawny) #C66708
Tints of Tenne (Tawny) #C66708
RGB
CMYK
RGB Variations
Color information
#C66708 (or 0xC66708) is known color: Tenne (Tawny). HEX triplet: C6, 67 and 08. RGB value is (198,103,8). Sum of RGB (Red+Green+Blue) = 198+103+8=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C66708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66708 is #3998F7. Grayscale: #797979. Windows color (decimal): -3774712 or 550854. OLE color: 550854.
HSL color Cylindrical-coordinate representation of color #C66708: hue angle of 30º degrees, saturation: 0.92, 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 #C66708 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 8 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.22 |
| HSL | 30º | 0.92% | 0.4% | - |
| HSV(B) | 30º | 0.96% | 0.78% | - |
| XYZ | 28.18 | 21.72 | 2.94 | - |
| YUV | 120.58 | 64.47 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 8 | 0 | 0.48 | 0.96 | 0.22 | 30 | 0.92 | 0.4 |
| Hex | C6 | 67 | 8 | 0 | 30 | 60 | 16 | 1E | 5C | 28 |
| Octal | 306 | 147 | 10 | 0 | 60 | 140 | 26 | 36 | 134 | 50 |
| Binary | 11000110 | 1100111 | 1000 | 0 | 110000 | 1100000 | 10110 | 11110 | 1011100 | 101000 |
Color Harmonies of #C66708
Complementary color
Monochromatic Colors of #C66708
Black with #C66708
Text Example
Text Example
White with #C66708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66708; }
p { color: rgb(198,103,8); }
H1.HeaderClassName
{
color: #C66708;
}
.AnyTagClassName
{
color: #C66708;
}
</style>
background-color css
<style>
a { background-color: #C66708; }
a { background-color: rgb(198,103,8); }
div.DivClassName
{
background-color: #C66708;
}
.BgClassName
{
background-color: #C66708;
}
</style>
border-color css
<style>
span { border-color: #C66708; }
span { border-color: rgb(198,103,8); }
td.TdClassName
{
border-color: #C66708;
}
.TagClassName
{
border-color: #C66708;
}
</style>