Shades of Fallow #CF9F6E
Tints of Fallow #CF9F6E
RGB
CMYK
RGB Variations
Color information
#CF9F6E (or 0xCF9F6E) is known color: Fallow. HEX triplet: CF, 9F and 6E. RGB value is (207,159,110). Sum of RGB (Red+Green+Blue) = 207+159+110=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F6E is #306091. Grayscale: #A8A8A8. Windows color (decimal): -3170450 or 7249871. OLE color: 7249871.
HSL color Cylindrical-coordinate representation of color #CF9F6E: hue angle of 30.31º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF9F6E is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 110 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.19 |
| HSL | 30.31º | 0.5% | 0.62% | - |
| HSV(B) | 30.31º | 0.47% | 0.81% | - |
| XYZ | 40.94 | 39.19 | 20.16 | - |
| YUV | 167.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 110 | 0 | 0.23 | 0.47 | 0.19 | 30.31 | 0.5 | 0.62 |
| Hex | CF | 9F | 6E | 0 | 17 | 2F | 13 | 1E | 32 | 3E |
| Octal | 317 | 237 | 156 | 0 | 27 | 57 | 23 | 36 | 62 | 76 |
| Binary | 11001111 | 10011111 | 1101110 | 0 | 10111 | 101111 | 10011 | 11110 | 110010 | 111110 |
Color Harmonies of #CF9F6E
Complementary color
Monochromatic Colors of #CF9F6E
Black with #CF9F6E
Text Example
Text Example
White with #CF9F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F6E; }
p { color: rgb(207,159,110); }
H1.HeaderClassName
{
color: #CF9F6E;
}
.AnyTagClassName
{
color: #CF9F6E;
}
</style>
background-color css
<style>
a { background-color: #CF9F6E; }
a { background-color: rgb(207,159,110); }
div.DivClassName
{
background-color: #CF9F6E;
}
.BgClassName
{
background-color: #CF9F6E;
}
</style>
border-color css
<style>
span { border-color: #CF9F6E; }
span { border-color: rgb(207,159,110); }
td.TdClassName
{
border-color: #CF9F6E;
}
.TagClassName
{
border-color: #CF9F6E;
}
</style>