Shades of Fallow #CB9A68
Tints of Fallow #CB9A68
RGB
CMYK
RGB Variations
Color information
#CB9A68 (or 0xCB9A68) is known color: Fallow. HEX triplet: CB, 9A and 68. RGB value is (203,154,104). Sum of RGB (Red+Green+Blue) = 203+154+104=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A68 is #346597. Grayscale: #A3A3A3. Windows color (decimal): -3433880 or 6855371. OLE color: 6855371.
HSL color Cylindrical-coordinate representation of color #CB9A68: hue angle of 30.3º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB9A68 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 104 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.20 |
| HSL | 30.3º | 0.49% | 0.6% | - |
| HSV(B) | 30.3º | 0.49% | 0.8% | - |
| XYZ | 38.68 | 36.81 | 18.16 | - |
| YUV | 162.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 104 | 0 | 0.24 | 0.49 | 0.20 | 30.3 | 0.49 | 0.6 |
| Hex | CB | 9A | 68 | 0 | 18 | 31 | 14 | 1E | 31 | 3C |
| Octal | 313 | 232 | 150 | 0 | 30 | 61 | 24 | 36 | 61 | 74 |
| Binary | 11001011 | 10011010 | 1101000 | 0 | 11000 | 110001 | 10100 | 11110 | 110001 | 111100 |
Color Harmonies of #CB9A68
Complementary color
Monochromatic Colors of #CB9A68
Black with #CB9A68
Text Example
Text Example
White with #CB9A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A68; }
p { color: rgb(203,154,104); }
H1.HeaderClassName
{
color: #CB9A68;
}
.AnyTagClassName
{
color: #CB9A68;
}
</style>
background-color css
<style>
a { background-color: #CB9A68; }
a { background-color: rgb(203,154,104); }
div.DivClassName
{
background-color: #CB9A68;
}
.BgClassName
{
background-color: #CB9A68;
}
</style>
border-color css
<style>
span { border-color: #CB9A68; }
span { border-color: rgb(203,154,104); }
td.TdClassName
{
border-color: #CB9A68;
}
.TagClassName
{
border-color: #CB9A68;
}
</style>