Shades of Fallow #CB9D61
Tints of Fallow #CB9D61
RGB
CMYK
RGB Variations
Color information
#CB9D61 (or 0xCB9D61) is known color: Fallow. HEX triplet: CB, 9D and 61. RGB value is (203,157,97). Sum of RGB (Red+Green+Blue) = 203+157+97=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9D61 is #34629E. Grayscale: #A4A4A4. Windows color (decimal): -3433119 or 6397387. OLE color: 6397387.
HSL color Cylindrical-coordinate representation of color #CB9D61: hue angle of 33.96º degrees, saturation: 0.5, 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 #CB9D61 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 97 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.20 |
| HSL | 33.96º | 0.5% | 0.59% | - |
| HSV(B) | 33.96º | 0.52% | 0.8% | - |
| XYZ | 38.84 | 37.67 | 16.53 | - |
| YUV | 163.91 | 90.24 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 97 | 0 | 0.23 | 0.52 | 0.20 | 33.96 | 0.5 | 0.59 |
| Hex | CB | 9D | 61 | 0 | 17 | 34 | 14 | 22 | 32 | 3B |
| Octal | 313 | 235 | 141 | 0 | 27 | 64 | 24 | 42 | 62 | 73 |
| Binary | 11001011 | 10011101 | 1100001 | 0 | 10111 | 110100 | 10100 | 100010 | 110010 | 111011 |
Color Harmonies of #CB9D61
Complementary color
Monochromatic Colors of #CB9D61
Black with #CB9D61
Text Example
Text Example
White with #CB9D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9D61; }
p { color: rgb(203,157,97); }
H1.HeaderClassName
{
color: #CB9D61;
}
.AnyTagClassName
{
color: #CB9D61;
}
</style>
background-color css
<style>
a { background-color: #CB9D61; }
a { background-color: rgb(203,157,97); }
div.DivClassName
{
background-color: #CB9D61;
}
.BgClassName
{
background-color: #CB9D61;
}
</style>
border-color css
<style>
span { border-color: #CB9D61; }
span { border-color: rgb(203,157,97); }
td.TdClassName
{
border-color: #CB9D61;
}
.TagClassName
{
border-color: #CB9D61;
}
</style>