Shades of Tenne (Tawny) #C16307
Tints of Tenne (Tawny) #C16307
RGB
CMYK
RGB Variations
Color information
#C16307 (or 0xC16307) is known color: Tenne (Tawny). HEX triplet: C1, 63 and 07. RGB value is (193,99,7). Sum of RGB (Red+Green+Blue) = 193+99+7=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C16307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16307 is #3E9CF8. Grayscale: #757575. Windows color (decimal): -4103417 or 484289. OLE color: 484289.
HSL color Cylindrical-coordinate representation of color #C16307: hue angle of 29.68º 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 #C16307 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 7 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.24 |
| HSL | 29.68º | 0.93% | 0.39% | - |
| HSV(B) | 29.68º | 0.96% | 0.76% | - |
| XYZ | 26.49 | 20.28 | 2.72 | - |
| YUV | 116.62 | 66.14 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 7 | 0 | 0.49 | 0.96 | 0.24 | 29.68 | 0.93 | 0.39 |
| Hex | C1 | 63 | 7 | 0 | 31 | 60 | 18 | 1E | 5D | 27 |
| Octal | 301 | 143 | 7 | 0 | 61 | 140 | 30 | 36 | 135 | 47 |
| Binary | 11000001 | 1100011 | 111 | 0 | 110001 | 1100000 | 11000 | 11110 | 1011101 | 100111 |
Color Harmonies of #C16307
Complementary color
Monochromatic Colors of #C16307
Black with #C16307
Text Example
Text Example
White with #C16307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16307; }
p { color: rgb(193,99,7); }
H1.HeaderClassName
{
color: #C16307;
}
.AnyTagClassName
{
color: #C16307;
}
</style>
background-color css
<style>
a { background-color: #C16307; }
a { background-color: rgb(193,99,7); }
div.DivClassName
{
background-color: #C16307;
}
.BgClassName
{
background-color: #C16307;
}
</style>
border-color css
<style>
span { border-color: #C16307; }
span { border-color: rgb(193,99,7); }
td.TdClassName
{
border-color: #C16307;
}
.TagClassName
{
border-color: #C16307;
}
</style>