Shades of Tenne (Tawny) #C06706
Tints of Tenne (Tawny) #C06706
RGB
CMYK
RGB Variations
Color information
#C06706 (or 0xC06706) is known color: Tenne (Tawny). HEX triplet: C0, 67 and 06. RGB value is (192,103,6). Sum of RGB (Red+Green+Blue) = 192+103+6=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C06706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06706 is #3F98F9. Grayscale: #777777. Windows color (decimal): -4167930 or 419776. OLE color: 419776.
HSL color Cylindrical-coordinate representation of color #C06706: hue angle of 31.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C06706 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.25 |
| HSL | 31.29º | 0.94% | 0.39% | - |
| HSV(B) | 31.29º | 0.97% | 0.75% | - |
| XYZ | 26.62 | 20.92 | 2.81 | - |
| YUV | 118.55 | 64.49 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 6 | 0 | 0.46 | 0.97 | 0.25 | 31.29 | 0.94 | 0.39 |
| Hex | C0 | 67 | 6 | 0 | 2E | 61 | 19 | 1F | 5E | 27 |
| Octal | 300 | 147 | 6 | 0 | 56 | 141 | 31 | 37 | 136 | 47 |
| Binary | 11000000 | 1100111 | 110 | 0 | 101110 | 1100001 | 11001 | 11111 | 1011110 | 100111 |
Color Harmonies of #C06706
Complementary color
Monochromatic Colors of #C06706
Black with #C06706
Text Example
Text Example
White with #C06706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06706; }
p { color: rgb(192,103,6); }
H1.HeaderClassName
{
color: #C06706;
}
.AnyTagClassName
{
color: #C06706;
}
</style>
background-color css
<style>
a { background-color: #C06706; }
a { background-color: rgb(192,103,6); }
div.DivClassName
{
background-color: #C06706;
}
.BgClassName
{
background-color: #C06706;
}
</style>
border-color css
<style>
span { border-color: #C06706; }
span { border-color: rgb(192,103,6); }
td.TdClassName
{
border-color: #C06706;
}
.TagClassName
{
border-color: #C06706;
}
</style>