Shades of Fallow #CB9A66
Tints of Fallow #CB9A66
RGB
CMYK
RGB Variations
Color information
#CB9A66 (or 0xCB9A66) is known color: Fallow. HEX triplet: CB, 9A and 66. RGB value is (203,154,102). Sum of RGB (Red+Green+Blue) = 203+154+102=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A66 is #346599. Grayscale: #A2A2A2. Windows color (decimal): -3433882 or 6724299. OLE color: 6724299.
HSL color Cylindrical-coordinate representation of color #CB9A66: hue angle of 30.89º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB9A66 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 102 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.20 |
| HSL | 30.89º | 0.49% | 0.6% | - |
| HSV(B) | 30.89º | 0.5% | 0.8% | - |
| XYZ | 38.58 | 36.77 | 17.63 | - |
| YUV | 162.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 102 | 0 | 0.24 | 0.50 | 0.20 | 30.89 | 0.49 | 0.6 |
| Hex | CB | 9A | 66 | 0 | 18 | 32 | 14 | 1F | 31 | 3C |
| Octal | 313 | 232 | 146 | 0 | 30 | 62 | 24 | 37 | 61 | 74 |
| Binary | 11001011 | 10011010 | 1100110 | 0 | 11000 | 110010 | 10100 | 11111 | 110001 | 111100 |
Color Harmonies of #CB9A66
Complementary color
Monochromatic Colors of #CB9A66
Black with #CB9A66
Text Example
Text Example
White with #CB9A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A66; }
p { color: rgb(203,154,102); }
H1.HeaderClassName
{
color: #CB9A66;
}
.AnyTagClassName
{
color: #CB9A66;
}
</style>
background-color css
<style>
a { background-color: #CB9A66; }
a { background-color: rgb(203,154,102); }
div.DivClassName
{
background-color: #CB9A66;
}
.BgClassName
{
background-color: #CB9A66;
}
</style>
border-color css
<style>
span { border-color: #CB9A66; }
span { border-color: rgb(203,154,102); }
td.TdClassName
{
border-color: #CB9A66;
}
.TagClassName
{
border-color: #CB9A66;
}
</style>