Shades of Tenne (Tawny) #C16B07
Tints of Tenne (Tawny) #C16B07
RGB
CMYK
RGB Variations
Color information
#C16B07 (or 0xC16B07) is known color: Tenne (Tawny). HEX triplet: C1, 6B and 07. RGB value is (193,107,7). Sum of RGB (Red+Green+Blue) = 193+107+7=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16B07 is #3E94F8. Grayscale: #797979. Windows color (decimal): -4101369 or 486337. OLE color: 486337.
HSL color Cylindrical-coordinate representation of color #C16B07: hue angle of 32.26º 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 #C16B07 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 7 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.24 |
| HSL | 32.26º | 0.93% | 0.39% | - |
| HSV(B) | 32.26º | 0.96% | 0.76% | - |
| XYZ | 27.29 | 21.87 | 2.98 | - |
| YUV | 121.31 | 63.49 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 7 | 0 | 0.45 | 0.96 | 0.24 | 32.26 | 0.93 | 0.39 |
| Hex | C1 | 6B | 7 | 0 | 2D | 60 | 18 | 20 | 5D | 27 |
| Octal | 301 | 153 | 7 | 0 | 55 | 140 | 30 | 40 | 135 | 47 |
| Binary | 11000001 | 1101011 | 111 | 0 | 101101 | 1100000 | 11000 | 100000 | 1011101 | 100111 |
Color Harmonies of #C16B07
Complementary color
Monochromatic Colors of #C16B07
Black with #C16B07
Text Example
Text Example
White with #C16B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B07; }
p { color: rgb(193,107,7); }
H1.HeaderClassName
{
color: #C16B07;
}
.AnyTagClassName
{
color: #C16B07;
}
</style>
background-color css
<style>
a { background-color: #C16B07; }
a { background-color: rgb(193,107,7); }
div.DivClassName
{
background-color: #C16B07;
}
.BgClassName
{
background-color: #C16B07;
}
</style>
border-color css
<style>
span { border-color: #C16B07; }
span { border-color: rgb(193,107,7); }
td.TdClassName
{
border-color: #C16B07;
}
.TagClassName
{
border-color: #C16B07;
}
</style>