Shades of Fallow #CB9F64
Tints of Fallow #CB9F64
RGB
CMYK
RGB Variations
Color information
#CB9F64 (or 0xCB9F64) is known color: Fallow. HEX triplet: CB, 9F and 64. RGB value is (203,159,100). Sum of RGB (Red+Green+Blue) = 203+159+100=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9F64 is #34609B. Grayscale: #A5A5A5. Windows color (decimal): -3432604 or 6594507. OLE color: 6594507.
HSL color Cylindrical-coordinate representation of color #CB9F64: hue angle of 34.37º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB9F64 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 100 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.20 |
| HSL | 34.37º | 0.5% | 0.59% | - |
| HSV(B) | 34.37º | 0.51% | 0.8% | - |
| XYZ | 39.33 | 38.41 | 17.4 | - |
| YUV | 165.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 100 | 0 | 0.22 | 0.51 | 0.20 | 34.37 | 0.5 | 0.59 |
| Hex | CB | 9F | 64 | 0 | 16 | 33 | 14 | 22 | 32 | 3B |
| Octal | 313 | 237 | 144 | 0 | 26 | 63 | 24 | 42 | 62 | 73 |
| Binary | 11001011 | 10011111 | 1100100 | 0 | 10110 | 110011 | 10100 | 100010 | 110010 | 111011 |
Color Harmonies of #CB9F64
Complementary color
Monochromatic Colors of #CB9F64
Black with #CB9F64
Text Example
Text Example
White with #CB9F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F64; }
p { color: rgb(203,159,100); }
H1.HeaderClassName
{
color: #CB9F64;
}
.AnyTagClassName
{
color: #CB9F64;
}
</style>
background-color css
<style>
a { background-color: #CB9F64; }
a { background-color: rgb(203,159,100); }
div.DivClassName
{
background-color: #CB9F64;
}
.BgClassName
{
background-color: #CB9F64;
}
</style>
border-color css
<style>
span { border-color: #CB9F64; }
span { border-color: rgb(203,159,100); }
td.TdClassName
{
border-color: #CB9F64;
}
.TagClassName
{
border-color: #CB9F64;
}
</style>