Shades of Tenne (Tawny) #CF610D
Tints of Tenne (Tawny) #CF610D
RGB
CMYK
RGB Variations
Color information
#CF610D (or 0xCF610D) is known color: Tenne (Tawny). HEX triplet: CF, 61 and 0D. RGB value is (207,97,13). Sum of RGB (Red+Green+Blue) = 207+97+13=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF610D is #309EF2. Grayscale: #787878. Windows color (decimal): -3186419 or 877007. OLE color: 877007.
HSL color Cylindrical-coordinate representation of color #CF610D: hue angle of 25.98º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF610D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 13 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.19 |
| HSL | 25.98º | 0.88% | 0.43% | - |
| HSV(B) | 25.98º | 0.94% | 0.81% | - |
| XYZ | 30.08 | 21.84 | 3.01 | - |
| YUV | 120.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 13 | 0 | 0.53 | 0.94 | 0.19 | 25.98 | 0.88 | 0.43 |
| Hex | CF | 61 | D | 0 | 35 | 5E | 13 | 1A | 58 | 2B |
| Octal | 317 | 141 | 15 | 0 | 65 | 136 | 23 | 32 | 130 | 53 |
| Binary | 11001111 | 1100001 | 1101 | 0 | 110101 | 1011110 | 10011 | 11010 | 1011000 | 101011 |
Color Harmonies of #CF610D
Complementary color
Monochromatic Colors of #CF610D
Black with #CF610D
Text Example
Text Example
White with #CF610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF610D; }
p { color: rgb(207,97,13); }
H1.HeaderClassName
{
color: #CF610D;
}
.AnyTagClassName
{
color: #CF610D;
}
</style>
background-color css
<style>
a { background-color: #CF610D; }
a { background-color: rgb(207,97,13); }
div.DivClassName
{
background-color: #CF610D;
}
.BgClassName
{
background-color: #CF610D;
}
</style>
border-color css
<style>
span { border-color: #CF610D; }
span { border-color: rgb(207,97,13); }
td.TdClassName
{
border-color: #CF610D;
}
.TagClassName
{
border-color: #CF610D;
}
</style>