Shades of Fallow #CF9C6D
Tints of Fallow #CF9C6D
RGB
CMYK
RGB Variations
Color information
#CF9C6D (or 0xCF9C6D) is known color: Fallow. HEX triplet: CF, 9C and 6D. RGB value is (207,156,109). Sum of RGB (Red+Green+Blue) = 207+156+109=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C6D is #306392. Grayscale: #A6A6A6. Windows color (decimal): -3171219 or 7183567. OLE color: 7183567.
HSL color Cylindrical-coordinate representation of color #CF9C6D: hue angle of 28.78º degrees, saturation: 0.51, 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 #CF9C6D is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 109 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.19 |
| HSL | 28.78º | 0.51% | 0.62% | - |
| HSV(B) | 28.78º | 0.47% | 0.81% | - |
| XYZ | 40.38 | 38.15 | 19.7 | - |
| YUV | 165.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 109 | 0 | 0.25 | 0.47 | 0.19 | 28.78 | 0.51 | 0.62 |
| Hex | CF | 9C | 6D | 0 | 19 | 2F | 13 | 1D | 33 | 3E |
| Octal | 317 | 234 | 155 | 0 | 31 | 57 | 23 | 35 | 63 | 76 |
| Binary | 11001111 | 10011100 | 1101101 | 0 | 11001 | 101111 | 10011 | 11101 | 110011 | 111110 |
Color Harmonies of #CF9C6D
Complementary color
Monochromatic Colors of #CF9C6D
Black with #CF9C6D
Text Example
Text Example
White with #CF9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C6D; }
p { color: rgb(207,156,109); }
H1.HeaderClassName
{
color: #CF9C6D;
}
.AnyTagClassName
{
color: #CF9C6D;
}
</style>
background-color css
<style>
a { background-color: #CF9C6D; }
a { background-color: rgb(207,156,109); }
div.DivClassName
{
background-color: #CF9C6D;
}
.BgClassName
{
background-color: #CF9C6D;
}
</style>
border-color css
<style>
span { border-color: #CF9C6D; }
span { border-color: rgb(207,156,109); }
td.TdClassName
{
border-color: #CF9C6D;
}
.TagClassName
{
border-color: #CF9C6D;
}
</style>