Shades of Fallow #CE9C65
Tints of Fallow #CE9C65
RGB
CMYK
RGB Variations
Color information
#CE9C65 (or 0xCE9C65) is known color: Fallow. HEX triplet: CE, 9C and 65. RGB value is (206,156,101). Sum of RGB (Red+Green+Blue) = 206+156+101=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C65 is #31639A. Grayscale: #A4A4A4. Windows color (decimal): -3236763 or 6659278. OLE color: 6659278.
HSL color Cylindrical-coordinate representation of color #CE9C65: hue angle of 31.43º 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 #CE9C65 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 101 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.19 |
| HSL | 31.43º | 0.52% | 0.6% | - |
| HSV(B) | 31.43º | 0.51% | 0.81% | - |
| XYZ | 39.69 | 37.84 | 17.52 | - |
| YUV | 164.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 101 | 0 | 0.24 | 0.51 | 0.19 | 31.43 | 0.52 | 0.6 |
| Hex | CE | 9C | 65 | 0 | 18 | 33 | 13 | 1F | 34 | 3C |
| Octal | 316 | 234 | 145 | 0 | 30 | 63 | 23 | 37 | 64 | 74 |
| Binary | 11001110 | 10011100 | 1100101 | 0 | 11000 | 110011 | 10011 | 11111 | 110100 | 111100 |
Color Harmonies of #CE9C65
Complementary color
Monochromatic Colors of #CE9C65
Black with #CE9C65
Text Example
Text Example
White with #CE9C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C65; }
p { color: rgb(206,156,101); }
H1.HeaderClassName
{
color: #CE9C65;
}
.AnyTagClassName
{
color: #CE9C65;
}
</style>
background-color css
<style>
a { background-color: #CE9C65; }
a { background-color: rgb(206,156,101); }
div.DivClassName
{
background-color: #CE9C65;
}
.BgClassName
{
background-color: #CE9C65;
}
</style>
border-color css
<style>
span { border-color: #CE9C65; }
span { border-color: rgb(206,156,101); }
td.TdClassName
{
border-color: #CE9C65;
}
.TagClassName
{
border-color: #CE9C65;
}
</style>