Shades of Fallow #CE9B64
Tints of Fallow #CE9B64
RGB
CMYK
RGB Variations
Color information
#CE9B64 (or 0xCE9B64) is known color: Fallow. HEX triplet: CE, 9B and 64. RGB value is (206,155,100). Sum of RGB (Red+Green+Blue) = 206+155+100=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B64 is #31649B. Grayscale: #A4A4A4. Windows color (decimal): -3237020 or 6593486. OLE color: 6593486.
HSL color Cylindrical-coordinate representation of color #CE9B64: hue angle of 31.13º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE9B64 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 100 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.19 |
| HSL | 31.13º | 0.52% | 0.6% | - |
| HSV(B) | 31.13º | 0.51% | 0.81% | - |
| XYZ | 39.48 | 37.48 | 17.21 | - |
| YUV | 163.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 100 | 0 | 0.25 | 0.51 | 0.19 | 31.13 | 0.52 | 0.6 |
| Hex | CE | 9B | 64 | 0 | 19 | 33 | 13 | 1F | 34 | 3C |
| Octal | 316 | 233 | 144 | 0 | 31 | 63 | 23 | 37 | 64 | 74 |
| Binary | 11001110 | 10011011 | 1100100 | 0 | 11001 | 110011 | 10011 | 11111 | 110100 | 111100 |
Color Harmonies of #CE9B64
Complementary color
Monochromatic Colors of #CE9B64
Black with #CE9B64
Text Example
Text Example
White with #CE9B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B64; }
p { color: rgb(206,155,100); }
H1.HeaderClassName
{
color: #CE9B64;
}
.AnyTagClassName
{
color: #CE9B64;
}
</style>
background-color css
<style>
a { background-color: #CE9B64; }
a { background-color: rgb(206,155,100); }
div.DivClassName
{
background-color: #CE9B64;
}
.BgClassName
{
background-color: #CE9B64;
}
</style>
border-color css
<style>
span { border-color: #CE9B64; }
span { border-color: rgb(206,155,100); }
td.TdClassName
{
border-color: #CE9B64;
}
.TagClassName
{
border-color: #CE9B64;
}
</style>