Shades of Tenne (Tawny) #C16707
Tints of Tenne (Tawny) #C16707
RGB
CMYK
RGB Variations
Color information
#C16707 (or 0xC16707) is known color: Tenne (Tawny). HEX triplet: C1, 67 and 07. RGB value is (193,103,7). Sum of RGB (Red+Green+Blue) = 193+103+7=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C16707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16707 is #3E98F8. Grayscale: #777777. Windows color (decimal): -4102393 or 485313. OLE color: 485313.
HSL color Cylindrical-coordinate representation of color #C16707: hue angle of 30.97º 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 #C16707 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 7 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.24 |
| HSL | 30.97º | 0.93% | 0.39% | - |
| HSV(B) | 30.97º | 0.96% | 0.76% | - |
| XYZ | 26.88 | 21.05 | 2.85 | - |
| YUV | 118.97 | 64.82 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 7 | 0 | 0.47 | 0.96 | 0.24 | 30.97 | 0.93 | 0.39 |
| Hex | C1 | 67 | 7 | 0 | 2F | 60 | 18 | 1F | 5D | 27 |
| Octal | 301 | 147 | 7 | 0 | 57 | 140 | 30 | 37 | 135 | 47 |
| Binary | 11000001 | 1100111 | 111 | 0 | 101111 | 1100000 | 11000 | 11111 | 1011101 | 100111 |
Color Harmonies of #C16707
Complementary color
Monochromatic Colors of #C16707
Black with #C16707
Text Example
Text Example
White with #C16707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16707; }
p { color: rgb(193,103,7); }
H1.HeaderClassName
{
color: #C16707;
}
.AnyTagClassName
{
color: #C16707;
}
</style>
background-color css
<style>
a { background-color: #C16707; }
a { background-color: rgb(193,103,7); }
div.DivClassName
{
background-color: #C16707;
}
.BgClassName
{
background-color: #C16707;
}
</style>
border-color css
<style>
span { border-color: #C16707; }
span { border-color: rgb(193,103,7); }
td.TdClassName
{
border-color: #C16707;
}
.TagClassName
{
border-color: #C16707;
}
</style>