Shades of Tenne (Tawny) #C5690B
Tints of Tenne (Tawny) #C5690B
RGB
CMYK
RGB Variations
Color information
#C5690B (or 0xC5690B) is known color: Tenne (Tawny). HEX triplet: C5, 69 and 0B. RGB value is (197,105,11). Sum of RGB (Red+Green+Blue) = 197+105+11=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5690B is #3A96F4. Grayscale: #7A7A7A. Windows color (decimal): -3839733 or 747973. OLE color: 747973.
HSL color Cylindrical-coordinate representation of color #C5690B: hue angle of 30.32º 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 #C5690B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 11 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.23 |
| HSL | 30.32º | 0.89% | 0.41% | - |
| HSV(B) | 30.32º | 0.94% | 0.77% | - |
| XYZ | 28.14 | 22 | 3.08 | - |
| YUV | 121.79 | 65.48 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 11 | 0 | 0.47 | 0.94 | 0.23 | 30.32 | 0.89 | 0.41 |
| Hex | C5 | 69 | B | 0 | 2F | 5E | 17 | 1E | 59 | 29 |
| Octal | 305 | 151 | 13 | 0 | 57 | 136 | 27 | 36 | 131 | 51 |
| Binary | 11000101 | 1101001 | 1011 | 0 | 101111 | 1011110 | 10111 | 11110 | 1011001 | 101001 |
Color Harmonies of #C5690B
Complementary color
Monochromatic Colors of #C5690B
Black with #C5690B
Text Example
Text Example
White with #C5690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5690B; }
p { color: rgb(197,105,11); }
H1.HeaderClassName
{
color: #C5690B;
}
.AnyTagClassName
{
color: #C5690B;
}
</style>
background-color css
<style>
a { background-color: #C5690B; }
a { background-color: rgb(197,105,11); }
div.DivClassName
{
background-color: #C5690B;
}
.BgClassName
{
background-color: #C5690B;
}
</style>
border-color css
<style>
span { border-color: #C5690B; }
span { border-color: rgb(197,105,11); }
td.TdClassName
{
border-color: #C5690B;
}
.TagClassName
{
border-color: #C5690B;
}
</style>