Shades of Fallow #CE9B66
Tints of Fallow #CE9B66
RGB
CMYK
RGB Variations
Color information
#CE9B66 (or 0xCE9B66) is known color: Fallow. HEX triplet: CE, 9B and 66. RGB value is (206,155,102). Sum of RGB (Red+Green+Blue) = 206+155+102=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B66 is #316499. Grayscale: #A4A4A4. Windows color (decimal): -3237018 or 6724558. OLE color: 6724558.
HSL color Cylindrical-coordinate representation of color #CE9B66: hue angle of 30.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE9B66 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 102 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.19 |
| HSL | 30.58º | 0.51% | 0.6% | - |
| HSV(B) | 30.58º | 0.5% | 0.81% | - |
| XYZ | 39.57 | 37.52 | 17.73 | - |
| YUV | 164.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 102 | 0 | 0.25 | 0.50 | 0.19 | 30.58 | 0.51 | 0.6 |
| Hex | CE | 9B | 66 | 0 | 19 | 32 | 13 | 1F | 33 | 3C |
| Octal | 316 | 233 | 146 | 0 | 31 | 62 | 23 | 37 | 63 | 74 |
| Binary | 11001110 | 10011011 | 1100110 | 0 | 11001 | 110010 | 10011 | 11111 | 110011 | 111100 |
Color Harmonies of #CE9B66
Complementary color
Monochromatic Colors of #CE9B66
Black with #CE9B66
Text Example
Text Example
White with #CE9B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B66; }
p { color: rgb(206,155,102); }
H1.HeaderClassName
{
color: #CE9B66;
}
.AnyTagClassName
{
color: #CE9B66;
}
</style>
background-color css
<style>
a { background-color: #CE9B66; }
a { background-color: rgb(206,155,102); }
div.DivClassName
{
background-color: #CE9B66;
}
.BgClassName
{
background-color: #CE9B66;
}
</style>
border-color css
<style>
span { border-color: #CE9B66; }
span { border-color: rgb(206,155,102); }
td.TdClassName
{
border-color: #CE9B66;
}
.TagClassName
{
border-color: #CE9B66;
}
</style>