Shades of Tenne (Tawny) #C0650B
Tints of Tenne (Tawny) #C0650B
RGB
CMYK
RGB Variations
Color information
#C0650B (or 0xC0650B) is known color: Tenne (Tawny). HEX triplet: C0, 65 and 0B. RGB value is (192,101,11). Sum of RGB (Red+Green+Blue) = 192+101+11=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0650B is #3F9AF4. Grayscale: #767676. Windows color (decimal): -4168437 or 746944. OLE color: 746944.
HSL color Cylindrical-coordinate representation of color #C0650B: hue angle of 29.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 #C0650B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 11 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.25 |
| HSL | 29.83º | 0.89% | 0.4% | - |
| HSV(B) | 29.83º | 0.94% | 0.75% | - |
| XYZ | 26.45 | 20.54 | 2.89 | - |
| YUV | 117.95 | 67.65 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 11 | 0 | 0.47 | 0.94 | 0.25 | 29.83 | 0.89 | 0.4 |
| Hex | C0 | 65 | B | 0 | 2F | 5E | 19 | 1E | 59 | 28 |
| Octal | 300 | 145 | 13 | 0 | 57 | 136 | 31 | 36 | 131 | 50 |
| Binary | 11000000 | 1100101 | 1011 | 0 | 101111 | 1011110 | 11001 | 11110 | 1011001 | 101000 |
Color Harmonies of #C0650B
Complementary color
Monochromatic Colors of #C0650B
Black with #C0650B
Text Example
Text Example
White with #C0650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0650B; }
p { color: rgb(192,101,11); }
H1.HeaderClassName
{
color: #C0650B;
}
.AnyTagClassName
{
color: #C0650B;
}
</style>
background-color css
<style>
a { background-color: #C0650B; }
a { background-color: rgb(192,101,11); }
div.DivClassName
{
background-color: #C0650B;
}
.BgClassName
{
background-color: #C0650B;
}
</style>
border-color css
<style>
span { border-color: #C0650B; }
span { border-color: rgb(192,101,11); }
td.TdClassName
{
border-color: #C0650B;
}
.TagClassName
{
border-color: #C0650B;
}
</style>