Shades of Tenne (Tawny) #CF6306
Tints of Tenne (Tawny) #CF6306
RGB
CMYK
RGB Variations
Color information
#CF6306 (or 0xCF6306) is known color: Tenne (Tawny). HEX triplet: CF, 63 and 06. RGB value is (207,99,6). Sum of RGB (Red+Green+Blue) = 207+99+6=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6306 is #309CF9. Grayscale: #797979. Windows color (decimal): -3185914 or 418767. OLE color: 418767.
HSL color Cylindrical-coordinate representation of color #CF6306: hue angle of 27.76º degrees, saturation: 0.94, 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 #CF6306 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 6 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.19 |
| HSL | 27.76º | 0.94% | 0.42% | - |
| HSV(B) | 27.76º | 0.97% | 0.81% | - |
| XYZ | 30.23 | 22.2 | 2.86 | - |
| YUV | 120.69 | 63.28 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 6 | 0 | 0.52 | 0.97 | 0.19 | 27.76 | 0.94 | 0.42 |
| Hex | CF | 63 | 6 | 0 | 34 | 61 | 13 | 1C | 5E | 2A |
| Octal | 317 | 143 | 6 | 0 | 64 | 141 | 23 | 34 | 136 | 52 |
| Binary | 11001111 | 1100011 | 110 | 0 | 110100 | 1100001 | 10011 | 11100 | 1011110 | 101010 |
Color Harmonies of #CF6306
Complementary color
Monochromatic Colors of #CF6306
Black with #CF6306
Text Example
Text Example
White with #CF6306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6306; }
p { color: rgb(207,99,6); }
H1.HeaderClassName
{
color: #CF6306;
}
.AnyTagClassName
{
color: #CF6306;
}
</style>
background-color css
<style>
a { background-color: #CF6306; }
a { background-color: rgb(207,99,6); }
div.DivClassName
{
background-color: #CF6306;
}
.BgClassName
{
background-color: #CF6306;
}
</style>
border-color css
<style>
span { border-color: #CF6306; }
span { border-color: rgb(207,99,6); }
td.TdClassName
{
border-color: #CF6306;
}
.TagClassName
{
border-color: #CF6306;
}
</style>