Shades of Fallow #CC9C62
Tints of Fallow #CC9C62
RGB
CMYK
RGB Variations
Color information
#CC9C62 (or 0xCC9C62) is known color: Fallow. HEX triplet: CC, 9C and 62. RGB value is (204,156,98). Sum of RGB (Red+Green+Blue) = 204+156+98=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C62 is #33639D. Grayscale: #A4A4A4. Windows color (decimal): -3367838 or 6462668. OLE color: 6462668.
HSL color Cylindrical-coordinate representation of color #CC9C62: hue angle of 32.83º 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 #CC9C62 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 98 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.2 |
| HSL | 32.83º | 0.51% | 0.59% | - |
| HSV(B) | 32.83º | 0.52% | 0.8% | - |
| XYZ | 38.99 | 37.5 | 16.74 | - |
| YUV | 163.74 | 90.9 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 98 | 0 | 0.24 | 0.52 | 0.2 | 32.83 | 0.51 | 0.59 |
| Hex | CC | 9C | 62 | 0 | 18 | 34 | 14 | 21 | 33 | 3B |
| Octal | 314 | 234 | 142 | 0 | 30 | 64 | 24 | 41 | 63 | 73 |
| Binary | 11001100 | 10011100 | 1100010 | 0 | 11000 | 110100 | 10100 | 100001 | 110011 | 111011 |
Color Harmonies of #CC9C62
Complementary color
Monochromatic Colors of #CC9C62
Black with #CC9C62
Text Example
Text Example
White with #CC9C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C62; }
p { color: rgb(204,156,98); }
H1.HeaderClassName
{
color: #CC9C62;
}
.AnyTagClassName
{
color: #CC9C62;
}
</style>
background-color css
<style>
a { background-color: #CC9C62; }
a { background-color: rgb(204,156,98); }
div.DivClassName
{
background-color: #CC9C62;
}
.BgClassName
{
background-color: #CC9C62;
}
</style>
border-color css
<style>
span { border-color: #CC9C62; }
span { border-color: rgb(204,156,98); }
td.TdClassName
{
border-color: #CC9C62;
}
.TagClassName
{
border-color: #CC9C62;
}
</style>