Shades of Fallow #CB9B64
Tints of Fallow #CB9B64
RGB
CMYK
RGB Variations
Color information
#CB9B64 (or 0xCB9B64) is known color: Fallow. HEX triplet: CB, 9B and 64. RGB value is (203,155,100). Sum of RGB (Red+Green+Blue) = 203+155+100=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B64 is #34649B. Grayscale: #A3A3A3. Windows color (decimal): -3433628 or 6593483. OLE color: 6593483.
HSL color Cylindrical-coordinate representation of color #CB9B64: hue angle of 32.04º 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 #CB9B64 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 100 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.20 |
| HSL | 32.04º | 0.5% | 0.59% | - |
| HSV(B) | 32.04º | 0.51% | 0.8% | - |
| XYZ | 38.65 | 37.06 | 17.17 | - |
| YUV | 163.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 100 | 0 | 0.24 | 0.51 | 0.20 | 32.04 | 0.5 | 0.59 |
| Hex | CB | 9B | 64 | 0 | 18 | 33 | 14 | 20 | 32 | 3B |
| Octal | 313 | 233 | 144 | 0 | 30 | 63 | 24 | 40 | 62 | 73 |
| Binary | 11001011 | 10011011 | 1100100 | 0 | 11000 | 110011 | 10100 | 100000 | 110010 | 111011 |
Color Harmonies of #CB9B64
Complementary color
Monochromatic Colors of #CB9B64
Black with #CB9B64
Text Example
Text Example
White with #CB9B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B64; }
p { color: rgb(203,155,100); }
H1.HeaderClassName
{
color: #CB9B64;
}
.AnyTagClassName
{
color: #CB9B64;
}
</style>
background-color css
<style>
a { background-color: #CB9B64; }
a { background-color: rgb(203,155,100); }
div.DivClassName
{
background-color: #CB9B64;
}
.BgClassName
{
background-color: #CB9B64;
}
</style>
border-color css
<style>
span { border-color: #CB9B64; }
span { border-color: rgb(203,155,100); }
td.TdClassName
{
border-color: #CB9B64;
}
.TagClassName
{
border-color: #CB9B64;
}
</style>