Shades of Fallow #CE9F6F
Tints of Fallow #CE9F6F
RGB
CMYK
RGB Variations
Color information
#CE9F6F (or 0xCE9F6F) is known color: Fallow. HEX triplet: CE, 9F and 6F. RGB value is (206,159,111). Sum of RGB (Red+Green+Blue) = 206+159+111=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9F6F is #316090. Grayscale: #A7A7A7. Windows color (decimal): -3235985 or 7315406. OLE color: 7315406.
HSL color Cylindrical-coordinate representation of color #CE9F6F: hue angle of 30.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE9F6F is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 111 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.19 |
| HSL | 30.32º | 0.49% | 0.62% | - |
| HSV(B) | 30.32º | 0.46% | 0.81% | - |
| XYZ | 40.72 | 39.07 | 20.43 | - |
| YUV | 167.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 111 | 0 | 0.23 | 0.46 | 0.19 | 30.32 | 0.49 | 0.62 |
| Hex | CE | 9F | 6F | 0 | 17 | 2E | 13 | 1E | 31 | 3E |
| Octal | 316 | 237 | 157 | 0 | 27 | 56 | 23 | 36 | 61 | 76 |
| Binary | 11001110 | 10011111 | 1101111 | 0 | 10111 | 101110 | 10011 | 11110 | 110001 | 111110 |
Color Harmonies of #CE9F6F
Complementary color
Monochromatic Colors of #CE9F6F
Black with #CE9F6F
Text Example
Text Example
White with #CE9F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F6F; }
p { color: rgb(206,159,111); }
H1.HeaderClassName
{
color: #CE9F6F;
}
.AnyTagClassName
{
color: #CE9F6F;
}
</style>
background-color css
<style>
a { background-color: #CE9F6F; }
a { background-color: rgb(206,159,111); }
div.DivClassName
{
background-color: #CE9F6F;
}
.BgClassName
{
background-color: #CE9F6F;
}
</style>
border-color css
<style>
span { border-color: #CE9F6F; }
span { border-color: rgb(206,159,111); }
td.TdClassName
{
border-color: #CE9F6F;
}
.TagClassName
{
border-color: #CE9F6F;
}
</style>