Shades of Tenne (Tawny) #CF6101
Tints of Tenne (Tawny) #CF6101
RGB
CMYK
RGB Variations
Color information
#CF6101 (or 0xCF6101) is known color: Tenne (Tawny). HEX triplet: CF, 61 and 01. RGB value is (207,97,1). Sum of RGB (Red+Green+Blue) = 207+97+1=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6101 is #309EFE. Grayscale: #777777. Windows color (decimal): -3186431 or 90575. OLE color: 90575.
HSL color Cylindrical-coordinate representation of color #CF6101: hue angle of 27.96º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF6101 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.19 |
| HSL | 27.96º | 0.99% | 0.41% | - |
| HSV(B) | 27.96º | 1% | 0.81% | - |
| XYZ | 30.01 | 21.82 | 2.66 | - |
| YUV | 118.95 | 61.44 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 1 | 0 | 0.53 | 1.00 | 0.19 | 27.96 | 0.99 | 0.41 |
| Hex | CF | 61 | 1 | 0 | 35 | 64 | 13 | 1C | 63 | 29 |
| Octal | 317 | 141 | 1 | 0 | 65 | 144 | 23 | 34 | 143 | 51 |
| Binary | 11001111 | 1100001 | 1 | 0 | 110101 | 1100100 | 10011 | 11100 | 1100011 | 101001 |
Color Harmonies of #CF6101
Complementary color
Monochromatic Colors of #CF6101
Black with #CF6101
Text Example
Text Example
White with #CF6101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6101; }
p { color: rgb(207,97,1); }
H1.HeaderClassName
{
color: #CF6101;
}
.AnyTagClassName
{
color: #CF6101;
}
</style>
background-color css
<style>
a { background-color: #CF6101; }
a { background-color: rgb(207,97,1); }
div.DivClassName
{
background-color: #CF6101;
}
.BgClassName
{
background-color: #CF6101;
}
</style>
border-color css
<style>
span { border-color: #CF6101; }
span { border-color: rgb(207,97,1); }
td.TdClassName
{
border-color: #CF6101;
}
.TagClassName
{
border-color: #CF6101;
}
</style>