Shades of Tenne (Tawny) #C0680B
Tints of Tenne (Tawny) #C0680B
RGB
CMYK
RGB Variations
Color information
#C0680B (or 0xC0680B) is known color: Tenne (Tawny). HEX triplet: C0, 68 and 0B. RGB value is (192,104,11). Sum of RGB (Red+Green+Blue) = 192+104+11=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0680B is #3F97F4. Grayscale: #787878. Windows color (decimal): -4167669 or 747712. OLE color: 747712.
HSL color Cylindrical-coordinate representation of color #C0680B: hue angle of 30.83º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0680B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 11 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.25 |
| HSL | 30.83º | 0.89% | 0.4% | - |
| HSV(B) | 30.83º | 0.94% | 0.75% | - |
| XYZ | 26.75 | 21.13 | 2.99 | - |
| YUV | 119.71 | 66.65 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 11 | 0 | 0.46 | 0.94 | 0.25 | 30.83 | 0.89 | 0.4 |
| Hex | C0 | 68 | B | 0 | 2E | 5E | 19 | 1F | 59 | 28 |
| Octal | 300 | 150 | 13 | 0 | 56 | 136 | 31 | 37 | 131 | 50 |
| Binary | 11000000 | 1101000 | 1011 | 0 | 101110 | 1011110 | 11001 | 11111 | 1011001 | 101000 |
Color Harmonies of #C0680B
Complementary color
Monochromatic Colors of #C0680B
Black with #C0680B
Text Example
Text Example
White with #C0680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0680B; }
p { color: rgb(192,104,11); }
H1.HeaderClassName
{
color: #C0680B;
}
.AnyTagClassName
{
color: #C0680B;
}
</style>
background-color css
<style>
a { background-color: #C0680B; }
a { background-color: rgb(192,104,11); }
div.DivClassName
{
background-color: #C0680B;
}
.BgClassName
{
background-color: #C0680B;
}
</style>
border-color css
<style>
span { border-color: #C0680B; }
span { border-color: rgb(192,104,11); }
td.TdClassName
{
border-color: #C0680B;
}
.TagClassName
{
border-color: #C0680B;
}
</style>