Shades of Fallow #CD9E68
Tints of Fallow #CD9E68
RGB
CMYK
RGB Variations
Color information
#CD9E68 (or 0xCD9E68) is known color: Fallow. HEX triplet: CD, 9E and 68. RGB value is (205,158,104). Sum of RGB (Red+Green+Blue) = 205+158+104=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9E68 is #326197. Grayscale: #A6A6A6. Windows color (decimal): -3301784 or 6856397. OLE color: 6856397.
HSL color Cylindrical-coordinate representation of color #CD9E68: hue angle of 32.08º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD9E68 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 104 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.20 |
| HSL | 32.08º | 0.5% | 0.61% | - |
| HSV(B) | 32.08º | 0.49% | 0.8% | - |
| XYZ | 39.9 | 38.43 | 18.41 | - |
| YUV | 165.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 104 | 0 | 0.23 | 0.49 | 0.20 | 32.08 | 0.5 | 0.61 |
| Hex | CD | 9E | 68 | 0 | 17 | 31 | 14 | 20 | 32 | 3D |
| Octal | 315 | 236 | 150 | 0 | 27 | 61 | 24 | 40 | 62 | 75 |
| Binary | 11001101 | 10011110 | 1101000 | 0 | 10111 | 110001 | 10100 | 100000 | 110010 | 111101 |
Color Harmonies of #CD9E68
Complementary color
Monochromatic Colors of #CD9E68
Black with #CD9E68
Text Example
Text Example
White with #CD9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9E68; }
p { color: rgb(205,158,104); }
H1.HeaderClassName
{
color: #CD9E68;
}
.AnyTagClassName
{
color: #CD9E68;
}
</style>
background-color css
<style>
a { background-color: #CD9E68; }
a { background-color: rgb(205,158,104); }
div.DivClassName
{
background-color: #CD9E68;
}
.BgClassName
{
background-color: #CD9E68;
}
</style>
border-color css
<style>
span { border-color: #CD9E68; }
span { border-color: rgb(205,158,104); }
td.TdClassName
{
border-color: #CD9E68;
}
.TagClassName
{
border-color: #CD9E68;
}
</style>