Shades of Tenne (Tawny) #CF6A04
Tints of Tenne (Tawny) #CF6A04
RGB
CMYK
RGB Variations
Color information
#CF6A04 (or 0xCF6A04) is known color: Tenne (Tawny). HEX triplet: CF, 6A and 04. RGB value is (207,106,4). Sum of RGB (Red+Green+Blue) = 207+106+4=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6A04 is #3095FB. Grayscale: #7D7D7D. Windows color (decimal): -3184124 or 289487. OLE color: 289487.
HSL color Cylindrical-coordinate representation of color #CF6A04: hue angle of 30.15º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF6A04 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 4 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.19 |
| HSL | 30.15º | 0.96% | 0.41% | - |
| HSV(B) | 30.15º | 0.98% | 0.81% | - |
| XYZ | 30.91 | 23.58 | 3.04 | - |
| YUV | 124.57 | 59.96 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 4 | 0 | 0.49 | 0.98 | 0.19 | 30.15 | 0.96 | 0.41 |
| Hex | CF | 6A | 4 | 0 | 31 | 62 | 13 | 1E | 60 | 29 |
| Octal | 317 | 152 | 4 | 0 | 61 | 142 | 23 | 36 | 140 | 51 |
| Binary | 11001111 | 1101010 | 100 | 0 | 110001 | 1100010 | 10011 | 11110 | 1100000 | 101001 |
Color Harmonies of #CF6A04
Complementary color
Monochromatic Colors of #CF6A04
Black with #CF6A04
Text Example
Text Example
White with #CF6A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A04; }
p { color: rgb(207,106,4); }
H1.HeaderClassName
{
color: #CF6A04;
}
.AnyTagClassName
{
color: #CF6A04;
}
</style>
background-color css
<style>
a { background-color: #CF6A04; }
a { background-color: rgb(207,106,4); }
div.DivClassName
{
background-color: #CF6A04;
}
.BgClassName
{
background-color: #CF6A04;
}
</style>
border-color css
<style>
span { border-color: #CF6A04; }
span { border-color: rgb(207,106,4); }
td.TdClassName
{
border-color: #CF6A04;
}
.TagClassName
{
border-color: #CF6A04;
}
</style>