Shades of Fallow #CB9D69
Tints of Fallow #CB9D69
RGB
CMYK
RGB Variations
Color information
#CB9D69 (or 0xCB9D69) is known color: Fallow. HEX triplet: CB, 9D and 69. RGB value is (203,157,105). Sum of RGB (Red+Green+Blue) = 203+157+105=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9D69 is #346296. Grayscale: #A5A5A5. Windows color (decimal): -3433111 or 6921675. OLE color: 6921675.
HSL color Cylindrical-coordinate representation of color #CB9D69: hue angle of 31.84º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB9D69 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 105 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.20 |
| HSL | 31.84º | 0.49% | 0.6% | - |
| HSV(B) | 31.84º | 0.48% | 0.8% | - |
| XYZ | 39.24 | 37.83 | 18.6 | - |
| YUV | 164.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 105 | 0 | 0.23 | 0.48 | 0.20 | 31.84 | 0.49 | 0.6 |
| Hex | CB | 9D | 69 | 0 | 17 | 30 | 14 | 20 | 31 | 3C |
| Octal | 313 | 235 | 151 | 0 | 27 | 60 | 24 | 40 | 61 | 74 |
| Binary | 11001011 | 10011101 | 1101001 | 0 | 10111 | 110000 | 10100 | 100000 | 110001 | 111100 |
Color Harmonies of #CB9D69
Complementary color
Monochromatic Colors of #CB9D69
Black with #CB9D69
Text Example
Text Example
White with #CB9D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9D69; }
p { color: rgb(203,157,105); }
H1.HeaderClassName
{
color: #CB9D69;
}
.AnyTagClassName
{
color: #CB9D69;
}
</style>
background-color css
<style>
a { background-color: #CB9D69; }
a { background-color: rgb(203,157,105); }
div.DivClassName
{
background-color: #CB9D69;
}
.BgClassName
{
background-color: #CB9D69;
}
</style>
border-color css
<style>
span { border-color: #CB9D69; }
span { border-color: rgb(203,157,105); }
td.TdClassName
{
border-color: #CB9D69;
}
.TagClassName
{
border-color: #CB9D69;
}
</style>