Shades of Fallow #CF9F65
Tints of Fallow #CF9F65
RGB
CMYK
RGB Variations
Color information
#CF9F65 (or 0xCF9F65) is known color: Fallow. HEX triplet: CF, 9F and 65. RGB value is (207,159,101). Sum of RGB (Red+Green+Blue) = 207+159+101=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F65 is #30609A. Grayscale: #A7A7A7. Windows color (decimal): -3170459 or 6660047. OLE color: 6660047.
HSL color Cylindrical-coordinate representation of color #CF9F65: hue angle of 32.83º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF9F65 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 101 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.19 |
| HSL | 32.83º | 0.52% | 0.6% | - |
| HSV(B) | 32.83º | 0.51% | 0.81% | - |
| XYZ | 40.48 | 39 | 17.71 | - |
| YUV | 166.74 | 90.9 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 101 | 0 | 0.23 | 0.51 | 0.19 | 32.83 | 0.52 | 0.6 |
| Hex | CF | 9F | 65 | 0 | 17 | 33 | 13 | 21 | 34 | 3C |
| Octal | 317 | 237 | 145 | 0 | 27 | 63 | 23 | 41 | 64 | 74 |
| Binary | 11001111 | 10011111 | 1100101 | 0 | 10111 | 110011 | 10011 | 100001 | 110100 | 111100 |
Color Harmonies of #CF9F65
Complementary color
Monochromatic Colors of #CF9F65
Black with #CF9F65
Text Example
Text Example
White with #CF9F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F65; }
p { color: rgb(207,159,101); }
H1.HeaderClassName
{
color: #CF9F65;
}
.AnyTagClassName
{
color: #CF9F65;
}
</style>
background-color css
<style>
a { background-color: #CF9F65; }
a { background-color: rgb(207,159,101); }
div.DivClassName
{
background-color: #CF9F65;
}
.BgClassName
{
background-color: #CF9F65;
}
</style>
border-color css
<style>
span { border-color: #CF9F65; }
span { border-color: rgb(207,159,101); }
td.TdClassName
{
border-color: #CF9F65;
}
.TagClassName
{
border-color: #CF9F65;
}
</style>