Shades of Tenne (Tawny) #CF6807
Tints of Tenne (Tawny) #CF6807
RGB
CMYK
RGB Variations
Color information
#CF6807 (or 0xCF6807) is known color: Tenne (Tawny). HEX triplet: CF, 68 and 07. RGB value is (207,104,7). Sum of RGB (Red+Green+Blue) = 207+104+7=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6807 is #3097F8. Grayscale: #7C7C7C. Windows color (decimal): -3184633 or 485583. OLE color: 485583.
HSL color Cylindrical-coordinate representation of color #CF6807: hue angle of 29.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF6807 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 7 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.19 |
| HSL | 29.1º | 0.93% | 0.42% | - |
| HSV(B) | 29.1º | 0.97% | 0.81% | - |
| XYZ | 30.72 | 23.18 | 3.06 | - |
| YUV | 123.74 | 62.12 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 7 | 0 | 0.50 | 0.97 | 0.19 | 29.1 | 0.93 | 0.42 |
| Hex | CF | 68 | 7 | 0 | 32 | 61 | 13 | 1D | 5D | 2A |
| Octal | 317 | 150 | 7 | 0 | 62 | 141 | 23 | 35 | 135 | 52 |
| Binary | 11001111 | 1101000 | 111 | 0 | 110010 | 1100001 | 10011 | 11101 | 1011101 | 101010 |
Color Harmonies of #CF6807
Complementary color
Monochromatic Colors of #CF6807
Black with #CF6807
Text Example
Text Example
White with #CF6807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6807; }
p { color: rgb(207,104,7); }
H1.HeaderClassName
{
color: #CF6807;
}
.AnyTagClassName
{
color: #CF6807;
}
</style>
background-color css
<style>
a { background-color: #CF6807; }
a { background-color: rgb(207,104,7); }
div.DivClassName
{
background-color: #CF6807;
}
.BgClassName
{
background-color: #CF6807;
}
</style>
border-color css
<style>
span { border-color: #CF6807; }
span { border-color: rgb(207,104,7); }
td.TdClassName
{
border-color: #CF6807;
}
.TagClassName
{
border-color: #CF6807;
}
</style>