Shades of Fallow #CF9C6A
Tints of Fallow #CF9C6A
RGB
CMYK
RGB Variations
Color information
#CF9C6A (or 0xCF9C6A) is known color: Fallow. HEX triplet: CF, 9C and 6A. RGB value is (207,156,106). Sum of RGB (Red+Green+Blue) = 207+156+106=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C6A is #306395. Grayscale: #A5A5A5. Windows color (decimal): -3171222 or 6986959. OLE color: 6986959.
HSL color Cylindrical-coordinate representation of color #CF9C6A: hue angle of 29.7º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF9C6A is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 106 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.19 |
| HSL | 29.7º | 0.51% | 0.61% | - |
| HSV(B) | 29.7º | 0.49% | 0.81% | - |
| XYZ | 40.22 | 38.08 | 18.87 | - |
| YUV | 165.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 106 | 0 | 0.25 | 0.49 | 0.19 | 29.7 | 0.51 | 0.61 |
| Hex | CF | 9C | 6A | 0 | 19 | 31 | 13 | 1E | 33 | 3D |
| Octal | 317 | 234 | 152 | 0 | 31 | 61 | 23 | 36 | 63 | 75 |
| Binary | 11001111 | 10011100 | 1101010 | 0 | 11001 | 110001 | 10011 | 11110 | 110011 | 111101 |
Color Harmonies of #CF9C6A
Complementary color
Monochromatic Colors of #CF9C6A
Black with #CF9C6A
Text Example
Text Example
White with #CF9C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C6A; }
p { color: rgb(207,156,106); }
H1.HeaderClassName
{
color: #CF9C6A;
}
.AnyTagClassName
{
color: #CF9C6A;
}
</style>
background-color css
<style>
a { background-color: #CF9C6A; }
a { background-color: rgb(207,156,106); }
div.DivClassName
{
background-color: #CF9C6A;
}
.BgClassName
{
background-color: #CF9C6A;
}
</style>
border-color css
<style>
span { border-color: #CF9C6A; }
span { border-color: rgb(207,156,106); }
td.TdClassName
{
border-color: #CF9C6A;
}
.TagClassName
{
border-color: #CF9C6A;
}
</style>