Shades of Tenne (Tawny) #C06705
Tints of Tenne (Tawny) #C06705
RGB
CMYK
RGB Variations
Color information
#C06705 (or 0xC06705) is known color: Tenne (Tawny). HEX triplet: C0, 67 and 05. RGB value is (192,103,5). Sum of RGB (Red+Green+Blue) = 192+103+5=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C06705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06705 is #3F98FA. Grayscale: #767676. Windows color (decimal): -4167931 or 354240. OLE color: 354240.
HSL color Cylindrical-coordinate representation of color #C06705: hue angle of 31.44º degrees, saturation: 0.95, 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 #C06705 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 5 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.25 |
| HSL | 31.44º | 0.95% | 0.39% | - |
| HSV(B) | 31.44º | 0.97% | 0.75% | - |
| XYZ | 26.62 | 20.92 | 2.78 | - |
| YUV | 118.44 | 63.99 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 5 | 0 | 0.46 | 0.97 | 0.25 | 31.44 | 0.95 | 0.39 |
| Hex | C0 | 67 | 5 | 0 | 2E | 61 | 19 | 1F | 5F | 27 |
| Octal | 300 | 147 | 5 | 0 | 56 | 141 | 31 | 37 | 137 | 47 |
| Binary | 11000000 | 1100111 | 101 | 0 | 101110 | 1100001 | 11001 | 11111 | 1011111 | 100111 |
Color Harmonies of #C06705
Complementary color
Monochromatic Colors of #C06705
Black with #C06705
Text Example
Text Example
White with #C06705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06705; }
p { color: rgb(192,103,5); }
H1.HeaderClassName
{
color: #C06705;
}
.AnyTagClassName
{
color: #C06705;
}
</style>
background-color css
<style>
a { background-color: #C06705; }
a { background-color: rgb(192,103,5); }
div.DivClassName
{
background-color: #C06705;
}
.BgClassName
{
background-color: #C06705;
}
</style>
border-color css
<style>
span { border-color: #C06705; }
span { border-color: rgb(192,103,5); }
td.TdClassName
{
border-color: #C06705;
}
.TagClassName
{
border-color: #C06705;
}
</style>