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