Shades of Tenne (Tawny) #C4660B
Tints of Tenne (Tawny) #C4660B
RGB
CMYK
RGB Variations
Color information
#C4660B (or 0xC4660B) is known color: Tenne (Tawny). HEX triplet: C4, 66 and 0B. RGB value is (196,102,11). Sum of RGB (Red+Green+Blue) = 196+102+11=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4660B is #3B99F4. Grayscale: #787878. Windows color (decimal): -3906037 or 747204. OLE color: 747204.
HSL color Cylindrical-coordinate representation of color #C4660B: hue angle of 29.51º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4660B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 11 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.23 |
| HSL | 29.51º | 0.89% | 0.41% | - |
| HSV(B) | 29.51º | 0.94% | 0.77% | - |
| XYZ | 27.58 | 21.26 | 2.97 | - |
| YUV | 119.73 | 66.64 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 11 | 0 | 0.48 | 0.94 | 0.23 | 29.51 | 0.89 | 0.41 |
| Hex | C4 | 66 | B | 0 | 30 | 5E | 17 | 1E | 59 | 29 |
| Octal | 304 | 146 | 13 | 0 | 60 | 136 | 27 | 36 | 131 | 51 |
| Binary | 11000100 | 1100110 | 1011 | 0 | 110000 | 1011110 | 10111 | 11110 | 1011001 | 101001 |
Color Harmonies of #C4660B
Complementary color
Monochromatic Colors of #C4660B
Black with #C4660B
Text Example
Text Example
White with #C4660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4660B; }
p { color: rgb(196,102,11); }
H1.HeaderClassName
{
color: #C4660B;
}
.AnyTagClassName
{
color: #C4660B;
}
</style>
background-color css
<style>
a { background-color: #C4660B; }
a { background-color: rgb(196,102,11); }
div.DivClassName
{
background-color: #C4660B;
}
.BgClassName
{
background-color: #C4660B;
}
</style>
border-color css
<style>
span { border-color: #C4660B; }
span { border-color: rgb(196,102,11); }
td.TdClassName
{
border-color: #C4660B;
}
.TagClassName
{
border-color: #C4660B;
}
</style>