Shades of Fallow #CE9D69
Tints of Fallow #CE9D69
RGB
CMYK
RGB Variations
Color information
#CE9D69 (or 0xCE9D69) is known color: Fallow. HEX triplet: CE, 9D and 69. RGB value is (206,157,105). Sum of RGB (Red+Green+Blue) = 206+157+105=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9D69 is #316296. Grayscale: #A5A5A5. Windows color (decimal): -3236503 or 6921678. OLE color: 6921678.
HSL color Cylindrical-coordinate representation of color #CE9D69: hue angle of 30.89º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE9D69 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 105 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.19 |
| HSL | 30.89º | 0.51% | 0.61% | - |
| HSV(B) | 30.89º | 0.49% | 0.81% | - |
| XYZ | 40.06 | 38.26 | 18.64 | - |
| YUV | 165.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 105 | 0 | 0.24 | 0.49 | 0.19 | 30.89 | 0.51 | 0.61 |
| Hex | CE | 9D | 69 | 0 | 18 | 31 | 13 | 1F | 33 | 3D |
| Octal | 316 | 235 | 151 | 0 | 30 | 61 | 23 | 37 | 63 | 75 |
| Binary | 11001110 | 10011101 | 1101001 | 0 | 11000 | 110001 | 10011 | 11111 | 110011 | 111101 |
Color Harmonies of #CE9D69
Complementary color
Monochromatic Colors of #CE9D69
Black with #CE9D69
Text Example
Text Example
White with #CE9D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D69; }
p { color: rgb(206,157,105); }
H1.HeaderClassName
{
color: #CE9D69;
}
.AnyTagClassName
{
color: #CE9D69;
}
</style>
background-color css
<style>
a { background-color: #CE9D69; }
a { background-color: rgb(206,157,105); }
div.DivClassName
{
background-color: #CE9D69;
}
.BgClassName
{
background-color: #CE9D69;
}
</style>
border-color css
<style>
span { border-color: #CE9D69; }
span { border-color: rgb(206,157,105); }
td.TdClassName
{
border-color: #CE9D69;
}
.TagClassName
{
border-color: #CE9D69;
}
</style>