Shades of Fallow #CC9F74
Tints of Fallow #CC9F74
RGB
CMYK
RGB Variations
Color information
#CC9F74 (or 0xCC9F74) is known color: Fallow. HEX triplet: CC, 9F and 74. RGB value is (204,159,116). Sum of RGB (Red+Green+Blue) = 204+159+116=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F74 is #33608B. Grayscale: #A7A7A7. Windows color (decimal): -3367052 or 7643084. OLE color: 7643084.
HSL color Cylindrical-coordinate representation of color #CC9F74: hue angle of 29.32º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC9F74 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 159 | 116 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.2 |
| HSL | 29.32º | 0.46% | 0.63% | - |
| HSV(B) | 29.32º | 0.43% | 0.8% | - |
| XYZ | 40.45 | 38.89 | 21.9 | - |
| YUV | 167.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 159 | 116 | 0 | 0.22 | 0.43 | 0.2 | 29.32 | 0.46 | 0.63 |
| Hex | CC | 9F | 74 | 0 | 16 | 2B | 14 | 1D | 2E | 3F |
| Octal | 314 | 237 | 164 | 0 | 26 | 53 | 24 | 35 | 56 | 77 |
| Binary | 11001100 | 10011111 | 1110100 | 0 | 10110 | 101011 | 10100 | 11101 | 101110 | 111111 |
Color Harmonies of #CC9F74
Complementary color
Monochromatic Colors of #CC9F74
Black with #CC9F74
Text Example
Text Example
White with #CC9F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9F74; }
p { color: rgb(204,159,116); }
H1.HeaderClassName
{
color: #CC9F74;
}
.AnyTagClassName
{
color: #CC9F74;
}
</style>
background-color css
<style>
a { background-color: #CC9F74; }
a { background-color: rgb(204,159,116); }
div.DivClassName
{
background-color: #CC9F74;
}
.BgClassName
{
background-color: #CC9F74;
}
</style>
border-color css
<style>
span { border-color: #CC9F74; }
span { border-color: rgb(204,159,116); }
td.TdClassName
{
border-color: #CC9F74;
}
.TagClassName
{
border-color: #CC9F74;
}
</style>