Shades of Fallow #CE9A6B
Tints of Fallow #CE9A6B
RGB
CMYK
RGB Variations
Color information
#CE9A6B (or 0xCE9A6B) is known color: Fallow. HEX triplet: CE, 9A and 6B. RGB value is (206,154,107). Sum of RGB (Red+Green+Blue) = 206+154+107=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A6B is #316594. Grayscale: #A4A4A4. Windows color (decimal): -3237269 or 7051982. OLE color: 7051982.
HSL color Cylindrical-coordinate representation of color #CE9A6B: hue angle of 28.48º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE9A6B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 107 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.19 |
| HSL | 28.48º | 0.5% | 0.61% | - |
| HSV(B) | 28.48º | 0.48% | 0.81% | - |
| XYZ | 39.66 | 37.29 | 19.02 | - |
| YUV | 164.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 107 | 0 | 0.25 | 0.48 | 0.19 | 28.48 | 0.5 | 0.61 |
| Hex | CE | 9A | 6B | 0 | 19 | 30 | 13 | 1C | 32 | 3D |
| Octal | 316 | 232 | 153 | 0 | 31 | 60 | 23 | 34 | 62 | 75 |
| Binary | 11001110 | 10011010 | 1101011 | 0 | 11001 | 110000 | 10011 | 11100 | 110010 | 111101 |
Color Harmonies of #CE9A6B
Complementary color
Monochromatic Colors of #CE9A6B
Black with #CE9A6B
Text Example
Text Example
White with #CE9A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A6B; }
p { color: rgb(206,154,107); }
H1.HeaderClassName
{
color: #CE9A6B;
}
.AnyTagClassName
{
color: #CE9A6B;
}
</style>
background-color css
<style>
a { background-color: #CE9A6B; }
a { background-color: rgb(206,154,107); }
div.DivClassName
{
background-color: #CE9A6B;
}
.BgClassName
{
background-color: #CE9A6B;
}
</style>
border-color css
<style>
span { border-color: #CE9A6B; }
span { border-color: rgb(206,154,107); }
td.TdClassName
{
border-color: #CE9A6B;
}
.TagClassName
{
border-color: #CE9A6B;
}
</style>