Shades of Tenne (Tawny) #C5650B
Tints of Tenne (Tawny) #C5650B
RGB
CMYK
RGB Variations
Color information
#C5650B (or 0xC5650B) is known color: Tenne (Tawny). HEX triplet: C5, 65 and 0B. RGB value is (197,101,11). Sum of RGB (Red+Green+Blue) = 197+101+11=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5650B is #3A9AF4. Grayscale: #777777. Windows color (decimal): -3840757 or 746949. OLE color: 746949.
HSL color Cylindrical-coordinate representation of color #C5650B: hue angle of 29.03º 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 #C5650B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.23 |
| HSL | 29.03º | 0.89% | 0.41% | - |
| HSV(B) | 29.03º | 0.94% | 0.77% | - |
| XYZ | 27.74 | 21.2 | 2.95 | - |
| YUV | 119.44 | 66.8 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 11 | 0 | 0.49 | 0.94 | 0.23 | 29.03 | 0.89 | 0.41 |
| Hex | C5 | 65 | B | 0 | 31 | 5E | 17 | 1D | 59 | 29 |
| Octal | 305 | 145 | 13 | 0 | 61 | 136 | 27 | 35 | 131 | 51 |
| Binary | 11000101 | 1100101 | 1011 | 0 | 110001 | 1011110 | 10111 | 11101 | 1011001 | 101001 |
Color Harmonies of #C5650B
Complementary color
Monochromatic Colors of #C5650B
Black with #C5650B
Text Example
Text Example
White with #C5650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5650B; }
p { color: rgb(197,101,11); }
H1.HeaderClassName
{
color: #C5650B;
}
.AnyTagClassName
{
color: #C5650B;
}
</style>
background-color css
<style>
a { background-color: #C5650B; }
a { background-color: rgb(197,101,11); }
div.DivClassName
{
background-color: #C5650B;
}
.BgClassName
{
background-color: #C5650B;
}
</style>
border-color css
<style>
span { border-color: #C5650B; }
span { border-color: rgb(197,101,11); }
td.TdClassName
{
border-color: #C5650B;
}
.TagClassName
{
border-color: #C5650B;
}
</style>