Shades of Fallow #CD9C64
Tints of Fallow #CD9C64
RGB
CMYK
RGB Variations
Color information
#CD9C64 (or 0xCD9C64) is known color: Fallow. HEX triplet: CD, 9C and 64. RGB value is (205,156,100). Sum of RGB (Red+Green+Blue) = 205+156+100=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C64 is #32639B. Grayscale: #A4A4A4. Windows color (decimal): -3302300 or 6593741. OLE color: 6593741.
HSL color Cylindrical-coordinate representation of color #CD9C64: hue angle of 32º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD9C64 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 156 | 100 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.20 |
| HSL | 32º | 0.51% | 0.6% | - |
| HSV(B) | 32º | 0.51% | 0.8% | - |
| XYZ | 39.37 | 37.68 | 17.25 | - |
| YUV | 164.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 100 | 0 | 0.24 | 0.51 | 0.20 | 32 | 0.51 | 0.6 |
| Hex | CD | 9C | 64 | 0 | 18 | 33 | 14 | 20 | 33 | 3C |
| Octal | 315 | 234 | 144 | 0 | 30 | 63 | 24 | 40 | 63 | 74 |
| Binary | 11001101 | 10011100 | 1100100 | 0 | 11000 | 110011 | 10100 | 100000 | 110011 | 111100 |
Color Harmonies of #CD9C64
Complementary color
Monochromatic Colors of #CD9C64
Black with #CD9C64
Text Example
Text Example
White with #CD9C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9C64; }
p { color: rgb(205,156,100); }
H1.HeaderClassName
{
color: #CD9C64;
}
.AnyTagClassName
{
color: #CD9C64;
}
</style>
background-color css
<style>
a { background-color: #CD9C64; }
a { background-color: rgb(205,156,100); }
div.DivClassName
{
background-color: #CD9C64;
}
.BgClassName
{
background-color: #CD9C64;
}
</style>
border-color css
<style>
span { border-color: #CD9C64; }
span { border-color: rgb(205,156,100); }
td.TdClassName
{
border-color: #CD9C64;
}
.TagClassName
{
border-color: #CD9C64;
}
</style>