Shades of Tenne (Tawny) #C06707
Tints of Tenne (Tawny) #C06707
RGB
CMYK
RGB Variations
Color information
#C06707 (or 0xC06707) is known color: Tenne (Tawny). HEX triplet: C0, 67 and 07. RGB value is (192,103,7). Sum of RGB (Red+Green+Blue) = 192+103+7=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C06707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06707 is #3F98F8. Grayscale: #777777. Windows color (decimal): -4167929 or 485312. OLE color: 485312.
HSL color Cylindrical-coordinate representation of color #C06707: hue angle of 31.14º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C06707 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 7 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.25 |
| HSL | 31.14º | 0.93% | 0.39% | - |
| HSV(B) | 31.14º | 0.96% | 0.75% | - |
| XYZ | 26.63 | 20.92 | 2.84 | - |
| YUV | 118.67 | 64.99 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 7 | 0 | 0.46 | 0.96 | 0.25 | 31.14 | 0.93 | 0.39 |
| Hex | C0 | 67 | 7 | 0 | 2E | 60 | 19 | 1F | 5D | 27 |
| Octal | 300 | 147 | 7 | 0 | 56 | 140 | 31 | 37 | 135 | 47 |
| Binary | 11000000 | 1100111 | 111 | 0 | 101110 | 1100000 | 11001 | 11111 | 1011101 | 100111 |
Color Harmonies of #C06707
Complementary color
Monochromatic Colors of #C06707
Black with #C06707
Text Example
Text Example
White with #C06707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06707; }
p { color: rgb(192,103,7); }
H1.HeaderClassName
{
color: #C06707;
}
.AnyTagClassName
{
color: #C06707;
}
</style>
background-color css
<style>
a { background-color: #C06707; }
a { background-color: rgb(192,103,7); }
div.DivClassName
{
background-color: #C06707;
}
.BgClassName
{
background-color: #C06707;
}
</style>
border-color css
<style>
span { border-color: #C06707; }
span { border-color: rgb(192,103,7); }
td.TdClassName
{
border-color: #C06707;
}
.TagClassName
{
border-color: #C06707;
}
</style>