Shades of Tenne (Tawny) #C06700
Tints of Tenne (Tawny) #C06700
RGB
CMYK
RGB Variations
Color information
#C06700 (or 0xC06700) is known color: Tenne (Tawny). HEX triplet: C0, 67 and 00. RGB value is (192,103,0). Sum of RGB (Red+Green+Blue) = 192+103+0=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C06700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06700 is #3F98FF. Grayscale: #767676. Windows color (decimal): -4167936 or 26560. OLE color: 26560.
HSL color Cylindrical-coordinate representation of color #C06700: hue angle of 32.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C06700 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.25 |
| HSL | 32.19º | 1% | 0.38% | - |
| HSV(B) | 32.19º | 1% | 0.75% | - |
| XYZ | 26.59 | 20.91 | 2.63 | - |
| YUV | 117.87 | 61.49 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 0 | 0 | 0.46 | 1 | 0.25 | 32.19 | 1 | 0.38 |
| Hex | C0 | 67 | 0 | 0 | 2E | 64 | 19 | 20 | 64 | 26 |
| Octal | 300 | 147 | 0 | 0 | 56 | 144 | 31 | 40 | 144 | 46 |
| Binary | 11000000 | 1100111 | 0 | 0 | 101110 | 1100100 | 11001 | 100000 | 1100100 | 100110 |
Color Harmonies of #C06700
Complementary color
Monochromatic Colors of #C06700
Black with #C06700
Text Example
Text Example
White with #C06700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06700; }
p { color: rgb(192,103,0); }
H1.HeaderClassName
{
color: #C06700;
}
.AnyTagClassName
{
color: #C06700;
}
</style>
background-color css
<style>
a { background-color: #C06700; }
a { background-color: rgb(192,103,0); }
div.DivClassName
{
background-color: #C06700;
}
.BgClassName
{
background-color: #C06700;
}
</style>
border-color css
<style>
span { border-color: #C06700; }
span { border-color: rgb(192,103,0); }
td.TdClassName
{
border-color: #C06700;
}
.TagClassName
{
border-color: #C06700;
}
</style>