Shades of Tenne (Tawny) #CF6901
Tints of Tenne (Tawny) #CF6901
RGB
CMYK
RGB Variations
Color information
#CF6901 (or 0xCF6901) is known color: Tenne (Tawny). HEX triplet: CF, 69 and 01. RGB value is (207,105,1). Sum of RGB (Red+Green+Blue) = 207+105+1=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6901 is #3096FE. Grayscale: #7C7C7C. Windows color (decimal): -3184383 or 92623. OLE color: 92623.
HSL color Cylindrical-coordinate representation of color #CF6901: hue angle of 30.29º 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 #CF6901 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.19 |
| HSL | 30.29º | 0.99% | 0.41% | - |
| HSV(B) | 30.29º | 1% | 0.81% | - |
| XYZ | 30.79 | 23.37 | 2.92 | - |
| YUV | 123.64 | 58.79 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 1 | 0 | 0.49 | 1.00 | 0.19 | 30.29 | 0.99 | 0.41 |
| Hex | CF | 69 | 1 | 0 | 31 | 64 | 13 | 1E | 63 | 29 |
| Octal | 317 | 151 | 1 | 0 | 61 | 144 | 23 | 36 | 143 | 51 |
| Binary | 11001111 | 1101001 | 1 | 0 | 110001 | 1100100 | 10011 | 11110 | 1100011 | 101001 |
Color Harmonies of #CF6901
Complementary color
Monochromatic Colors of #CF6901
Black with #CF6901
Text Example
Text Example
White with #CF6901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6901; }
p { color: rgb(207,105,1); }
H1.HeaderClassName
{
color: #CF6901;
}
.AnyTagClassName
{
color: #CF6901;
}
</style>
background-color css
<style>
a { background-color: #CF6901; }
a { background-color: rgb(207,105,1); }
div.DivClassName
{
background-color: #CF6901;
}
.BgClassName
{
background-color: #CF6901;
}
</style>
border-color css
<style>
span { border-color: #CF6901; }
span { border-color: rgb(207,105,1); }
td.TdClassName
{
border-color: #CF6901;
}
.TagClassName
{
border-color: #CF6901;
}
</style>