Shades of Tenne (Tawny) #C9620B
Tints of Tenne (Tawny) #C9620B
RGB
CMYK
RGB Variations
Color information
#C9620B (or 0xC9620B) is known color: Tenne (Tawny). HEX triplet: C9, 62 and 0B. RGB value is (201,98,11). Sum of RGB (Red+Green+Blue) = 201+98+11=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C9620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9620B is #369DF4. Grayscale: #777777. Windows color (decimal): -3579381 or 746185. OLE color: 746185.
HSL color Cylindrical-coordinate representation of color #C9620B: hue angle of 27.47º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9620B is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 11 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.21 |
| HSL | 27.47º | 0.9% | 0.42% | - |
| HSV(B) | 27.47º | 0.95% | 0.79% | - |
| XYZ | 28.52 | 21.18 | 2.9 | - |
| YUV | 118.88 | 67.12 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 11 | 0 | 0.51 | 0.95 | 0.21 | 27.47 | 0.9 | 0.42 |
| Hex | C9 | 62 | B | 0 | 33 | 5F | 15 | 1B | 5A | 2A |
| Octal | 311 | 142 | 13 | 0 | 63 | 137 | 25 | 33 | 132 | 52 |
| Binary | 11001001 | 1100010 | 1011 | 0 | 110011 | 1011111 | 10101 | 11011 | 1011010 | 101010 |
Color Harmonies of #C9620B
Complementary color
Monochromatic Colors of #C9620B
Black with #C9620B
Text Example
Text Example
White with #C9620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9620B; }
p { color: rgb(201,98,11); }
H1.HeaderClassName
{
color: #C9620B;
}
.AnyTagClassName
{
color: #C9620B;
}
</style>
background-color css
<style>
a { background-color: #C9620B; }
a { background-color: rgb(201,98,11); }
div.DivClassName
{
background-color: #C9620B;
}
.BgClassName
{
background-color: #C9620B;
}
</style>
border-color css
<style>
span { border-color: #C9620B; }
span { border-color: rgb(201,98,11); }
td.TdClassName
{
border-color: #C9620B;
}
.TagClassName
{
border-color: #C9620B;
}
</style>