Shades of Fallow #CC9A62
Tints of Fallow #CC9A62
RGB
CMYK
RGB Variations
Color information
#CC9A62 (or 0xCC9A62) is known color: Fallow. HEX triplet: CC, 9A and 62. RGB value is (204,154,98). Sum of RGB (Red+Green+Blue) = 204+154+98=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A62 is #33659D. Grayscale: #A2A2A2. Windows color (decimal): -3368350 or 6462156. OLE color: 6462156.
HSL color Cylindrical-coordinate representation of color #CC9A62: hue angle of 31.7º 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 #CC9A62 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 98 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.2 |
| HSL | 31.7º | 0.51% | 0.59% | - |
| HSV(B) | 31.7º | 0.52% | 0.8% | - |
| XYZ | 38.66 | 36.83 | 16.63 | - |
| YUV | 162.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 98 | 0 | 0.25 | 0.52 | 0.2 | 31.7 | 0.51 | 0.59 |
| Hex | CC | 9A | 62 | 0 | 19 | 34 | 14 | 20 | 33 | 3B |
| Octal | 314 | 232 | 142 | 0 | 31 | 64 | 24 | 40 | 63 | 73 |
| Binary | 11001100 | 10011010 | 1100010 | 0 | 11001 | 110100 | 10100 | 100000 | 110011 | 111011 |
Color Harmonies of #CC9A62
Complementary color
Monochromatic Colors of #CC9A62
Black with #CC9A62
Text Example
Text Example
White with #CC9A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A62; }
p { color: rgb(204,154,98); }
H1.HeaderClassName
{
color: #CC9A62;
}
.AnyTagClassName
{
color: #CC9A62;
}
</style>
background-color css
<style>
a { background-color: #CC9A62; }
a { background-color: rgb(204,154,98); }
div.DivClassName
{
background-color: #CC9A62;
}
.BgClassName
{
background-color: #CC9A62;
}
</style>
border-color css
<style>
span { border-color: #CC9A62; }
span { border-color: rgb(204,154,98); }
td.TdClassName
{
border-color: #CC9A62;
}
.TagClassName
{
border-color: #CC9A62;
}
</style>