Shades of Tenne (Tawny) #CF6105
Tints of Tenne (Tawny) #CF6105
RGB
CMYK
RGB Variations
Color information
#CF6105 (or 0xCF6105) is known color: Tenne (Tawny). HEX triplet: CF, 61 and 05. RGB value is (207,97,5). Sum of RGB (Red+Green+Blue) = 207+97+5=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6105 is #309EFA. Grayscale: #777777. Windows color (decimal): -3186427 or 352719. OLE color: 352719.
HSL color Cylindrical-coordinate representation of color #CF6105: hue angle of 27.33º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF6105 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.19 |
| HSL | 27.33º | 0.95% | 0.42% | - |
| HSV(B) | 27.33º | 0.98% | 0.81% | - |
| XYZ | 30.03 | 21.83 | 2.77 | - |
| YUV | 119.4 | 63.44 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 5 | 0 | 0.53 | 0.98 | 0.19 | 27.33 | 0.95 | 0.42 |
| Hex | CF | 61 | 5 | 0 | 35 | 62 | 13 | 1B | 5F | 2A |
| Octal | 317 | 141 | 5 | 0 | 65 | 142 | 23 | 33 | 137 | 52 |
| Binary | 11001111 | 1100001 | 101 | 0 | 110101 | 1100010 | 10011 | 11011 | 1011111 | 101010 |
Color Harmonies of #CF6105
Complementary color
Monochromatic Colors of #CF6105
Black with #CF6105
Text Example
Text Example
White with #CF6105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6105; }
p { color: rgb(207,97,5); }
H1.HeaderClassName
{
color: #CF6105;
}
.AnyTagClassName
{
color: #CF6105;
}
</style>
background-color css
<style>
a { background-color: #CF6105; }
a { background-color: rgb(207,97,5); }
div.DivClassName
{
background-color: #CF6105;
}
.BgClassName
{
background-color: #CF6105;
}
</style>
border-color css
<style>
span { border-color: #CF6105; }
span { border-color: rgb(207,97,5); }
td.TdClassName
{
border-color: #CF6105;
}
.TagClassName
{
border-color: #CF6105;
}
</style>