Shades of Fallow #CC9C61
Tints of Fallow #CC9C61
RGB
CMYK
RGB Variations
Color information
#CC9C61 (or 0xCC9C61) is known color: Fallow. HEX triplet: CC, 9C and 61. RGB value is (204,156,97). Sum of RGB (Red+Green+Blue) = 204+156+97=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C61 is #33639E. Grayscale: #A3A3A3. Windows color (decimal): -3367839 or 6397132. OLE color: 6397132.
HSL color Cylindrical-coordinate representation of color #CC9C61: hue angle of 33.08º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC9C61 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 97 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.2 |
| HSL | 33.08º | 0.51% | 0.59% | - |
| HSV(B) | 33.08º | 0.52% | 0.8% | - |
| XYZ | 38.95 | 37.48 | 16.49 | - |
| YUV | 163.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 97 | 0 | 0.24 | 0.52 | 0.2 | 33.08 | 0.51 | 0.59 |
| Hex | CC | 9C | 61 | 0 | 18 | 34 | 14 | 21 | 33 | 3B |
| Octal | 314 | 234 | 141 | 0 | 30 | 64 | 24 | 41 | 63 | 73 |
| Binary | 11001100 | 10011100 | 1100001 | 0 | 11000 | 110100 | 10100 | 100001 | 110011 | 111011 |
Color Harmonies of #CC9C61
Complementary color
Monochromatic Colors of #CC9C61
Black with #CC9C61
Text Example
Text Example
White with #CC9C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C61; }
p { color: rgb(204,156,97); }
H1.HeaderClassName
{
color: #CC9C61;
}
.AnyTagClassName
{
color: #CC9C61;
}
</style>
background-color css
<style>
a { background-color: #CC9C61; }
a { background-color: rgb(204,156,97); }
div.DivClassName
{
background-color: #CC9C61;
}
.BgClassName
{
background-color: #CC9C61;
}
</style>
border-color css
<style>
span { border-color: #CC9C61; }
span { border-color: rgb(204,156,97); }
td.TdClassName
{
border-color: #CC9C61;
}
.TagClassName
{
border-color: #CC9C61;
}
</style>