Shades of Fallow #CE9F6B
Tints of Fallow #CE9F6B
RGB
CMYK
RGB Variations
Color information
#CE9F6B (or 0xCE9F6B) is known color: Fallow. HEX triplet: CE, 9F and 6B. RGB value is (206,159,107). Sum of RGB (Red+Green+Blue) = 206+159+107=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9F6B is #316094. Grayscale: #A7A7A7. Windows color (decimal): -3235989 or 7053262. OLE color: 7053262.
HSL color Cylindrical-coordinate representation of color #CE9F6B: hue angle of 31.52º 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 #CE9F6B is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 107 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.19 |
| HSL | 31.52º | 0.5% | 0.61% | - |
| HSV(B) | 31.52º | 0.48% | 0.81% | - |
| XYZ | 40.51 | 38.98 | 19.3 | - |
| YUV | 167.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 107 | 0 | 0.23 | 0.48 | 0.19 | 31.52 | 0.5 | 0.61 |
| Hex | CE | 9F | 6B | 0 | 17 | 30 | 13 | 20 | 32 | 3D |
| Octal | 316 | 237 | 153 | 0 | 27 | 60 | 23 | 40 | 62 | 75 |
| Binary | 11001110 | 10011111 | 1101011 | 0 | 10111 | 110000 | 10011 | 100000 | 110010 | 111101 |
Color Harmonies of #CE9F6B
Complementary color
Monochromatic Colors of #CE9F6B
Black with #CE9F6B
Text Example
Text Example
White with #CE9F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F6B; }
p { color: rgb(206,159,107); }
H1.HeaderClassName
{
color: #CE9F6B;
}
.AnyTagClassName
{
color: #CE9F6B;
}
</style>
background-color css
<style>
a { background-color: #CE9F6B; }
a { background-color: rgb(206,159,107); }
div.DivClassName
{
background-color: #CE9F6B;
}
.BgClassName
{
background-color: #CE9F6B;
}
</style>
border-color css
<style>
span { border-color: #CE9F6B; }
span { border-color: rgb(206,159,107); }
td.TdClassName
{
border-color: #CE9F6B;
}
.TagClassName
{
border-color: #CE9F6B;
}
</style>