Shades of Tenne (Tawny) #C0670B
Tints of Tenne (Tawny) #C0670B
RGB
CMYK
RGB Variations
Color information
#C0670B (or 0xC0670B) is known color: Tenne (Tawny). HEX triplet: C0, 67 and 0B. RGB value is (192,103,11). Sum of RGB (Red+Green+Blue) = 192+103+11=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0670B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0670B is #3F98F4. Grayscale: #777777. Windows color (decimal): -4167925 or 747456. OLE color: 747456.
HSL color Cylindrical-coordinate representation of color #C0670B: hue angle of 30.5º 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 #C0670B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 11 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.25 |
| HSL | 30.5º | 0.89% | 0.4% | - |
| HSV(B) | 30.5º | 0.94% | 0.75% | - |
| XYZ | 26.65 | 20.93 | 2.95 | - |
| YUV | 119.12 | 66.99 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 11 | 0 | 0.46 | 0.94 | 0.25 | 30.5 | 0.89 | 0.4 |
| Hex | C0 | 67 | B | 0 | 2E | 5E | 19 | 1E | 59 | 28 |
| Octal | 300 | 147 | 13 | 0 | 56 | 136 | 31 | 36 | 131 | 50 |
| Binary | 11000000 | 1100111 | 1011 | 0 | 101110 | 1011110 | 11001 | 11110 | 1011001 | 101000 |
Color Harmonies of #C0670B
Complementary color
Monochromatic Colors of #C0670B
Black with #C0670B
Text Example
Text Example
White with #C0670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0670B; }
p { color: rgb(192,103,11); }
H1.HeaderClassName
{
color: #C0670B;
}
.AnyTagClassName
{
color: #C0670B;
}
</style>
background-color css
<style>
a { background-color: #C0670B; }
a { background-color: rgb(192,103,11); }
div.DivClassName
{
background-color: #C0670B;
}
.BgClassName
{
background-color: #C0670B;
}
</style>
border-color css
<style>
span { border-color: #C0670B; }
span { border-color: rgb(192,103,11); }
td.TdClassName
{
border-color: #C0670B;
}
.TagClassName
{
border-color: #C0670B;
}
</style>