Shades of Tenne (Tawny) #C0660B
Tints of Tenne (Tawny) #C0660B
RGB
CMYK
RGB Variations
Color information
#C0660B (or 0xC0660B) is known color: Tenne (Tawny). HEX triplet: C0, 66 and 0B. RGB value is (192,102,11). Sum of RGB (Red+Green+Blue) = 192+102+11=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0660B is #3F99F4. Grayscale: #767676. Windows color (decimal): -4168181 or 747200. OLE color: 747200.
HSL color Cylindrical-coordinate representation of color #C0660B: hue angle of 30.17º 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 #C0660B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 11 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.25 |
| HSL | 30.17º | 0.89% | 0.4% | - |
| HSV(B) | 30.17º | 0.94% | 0.75% | - |
| XYZ | 26.55 | 20.73 | 2.92 | - |
| YUV | 118.54 | 67.32 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 11 | 0 | 0.47 | 0.94 | 0.25 | 30.17 | 0.89 | 0.4 |
| Hex | C0 | 66 | B | 0 | 2F | 5E | 19 | 1E | 59 | 28 |
| Octal | 300 | 146 | 13 | 0 | 57 | 136 | 31 | 36 | 131 | 50 |
| Binary | 11000000 | 1100110 | 1011 | 0 | 101111 | 1011110 | 11001 | 11110 | 1011001 | 101000 |
Color Harmonies of #C0660B
Complementary color
Monochromatic Colors of #C0660B
Black with #C0660B
Text Example
Text Example
White with #C0660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0660B; }
p { color: rgb(192,102,11); }
H1.HeaderClassName
{
color: #C0660B;
}
.AnyTagClassName
{
color: #C0660B;
}
</style>
background-color css
<style>
a { background-color: #C0660B; }
a { background-color: rgb(192,102,11); }
div.DivClassName
{
background-color: #C0660B;
}
.BgClassName
{
background-color: #C0660B;
}
</style>
border-color css
<style>
span { border-color: #C0660B; }
span { border-color: rgb(192,102,11); }
td.TdClassName
{
border-color: #C0660B;
}
.TagClassName
{
border-color: #C0660B;
}
</style>