Shades of Tenne (Tawny) #C16807
Tints of Tenne (Tawny) #C16807
RGB
CMYK
RGB Variations
Color information
#C16807 (or 0xC16807) is known color: Tenne (Tawny). HEX triplet: C1, 68 and 07. RGB value is (193,104,7). Sum of RGB (Red+Green+Blue) = 193+104+7=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C16807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16807 is #3E97F8. Grayscale: #787878. Windows color (decimal): -4102137 or 485569. OLE color: 485569.
HSL color Cylindrical-coordinate representation of color #C16807: hue angle of 31.29º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C16807 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 7 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.24 |
| HSL | 31.29º | 0.93% | 0.39% | - |
| HSV(B) | 31.29º | 0.96% | 0.76% | - |
| XYZ | 26.98 | 21.25 | 2.88 | - |
| YUV | 119.55 | 64.49 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 7 | 0 | 0.46 | 0.96 | 0.24 | 31.29 | 0.93 | 0.39 |
| Hex | C1 | 68 | 7 | 0 | 2E | 60 | 18 | 1F | 5D | 27 |
| Octal | 301 | 150 | 7 | 0 | 56 | 140 | 30 | 37 | 135 | 47 |
| Binary | 11000001 | 1101000 | 111 | 0 | 101110 | 1100000 | 11000 | 11111 | 1011101 | 100111 |
Color Harmonies of #C16807
Complementary color
Monochromatic Colors of #C16807
Black with #C16807
Text Example
Text Example
White with #C16807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16807; }
p { color: rgb(193,104,7); }
H1.HeaderClassName
{
color: #C16807;
}
.AnyTagClassName
{
color: #C16807;
}
</style>
background-color css
<style>
a { background-color: #C16807; }
a { background-color: rgb(193,104,7); }
div.DivClassName
{
background-color: #C16807;
}
.BgClassName
{
background-color: #C16807;
}
</style>
border-color css
<style>
span { border-color: #C16807; }
span { border-color: rgb(193,104,7); }
td.TdClassName
{
border-color: #C16807;
}
.TagClassName
{
border-color: #C16807;
}
</style>