Shades of Fallow #CE9D68
Tints of Fallow #CE9D68
RGB
CMYK
RGB Variations
Color information
#CE9D68 (or 0xCE9D68) is known color: Fallow. HEX triplet: CE, 9D and 68. RGB value is (206,157,104). Sum of RGB (Red+Green+Blue) = 206+157+104=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9D68 is #316297. Grayscale: #A5A5A5. Windows color (decimal): -3236504 or 6856142. OLE color: 6856142.
HSL color Cylindrical-coordinate representation of color #CE9D68: hue angle of 31.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE9D68 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 104 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.19 |
| HSL | 31.18º | 0.51% | 0.61% | - |
| HSV(B) | 31.18º | 0.5% | 0.81% | - |
| XYZ | 40.01 | 38.24 | 18.37 | - |
| YUV | 165.61 | 93.23 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 104 | 0 | 0.24 | 0.50 | 0.19 | 31.18 | 0.51 | 0.61 |
| Hex | CE | 9D | 68 | 0 | 18 | 32 | 13 | 1F | 33 | 3D |
| Octal | 316 | 235 | 150 | 0 | 30 | 62 | 23 | 37 | 63 | 75 |
| Binary | 11001110 | 10011101 | 1101000 | 0 | 11000 | 110010 | 10011 | 11111 | 110011 | 111101 |
Color Harmonies of #CE9D68
Complementary color
Monochromatic Colors of #CE9D68
Black with #CE9D68
Text Example
Text Example
White with #CE9D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D68; }
p { color: rgb(206,157,104); }
H1.HeaderClassName
{
color: #CE9D68;
}
.AnyTagClassName
{
color: #CE9D68;
}
</style>
background-color css
<style>
a { background-color: #CE9D68; }
a { background-color: rgb(206,157,104); }
div.DivClassName
{
background-color: #CE9D68;
}
.BgClassName
{
background-color: #CE9D68;
}
</style>
border-color css
<style>
span { border-color: #CE9D68; }
span { border-color: rgb(206,157,104); }
td.TdClassName
{
border-color: #CE9D68;
}
.TagClassName
{
border-color: #CE9D68;
}
</style>