Shades of Fallow #CE9B6B
Tints of Fallow #CE9B6B
RGB
CMYK
RGB Variations
Color information
#CE9B6B (or 0xCE9B6B) is known color: Fallow. HEX triplet: CE, 9B and 6B. RGB value is (206,155,107). Sum of RGB (Red+Green+Blue) = 206+155+107=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B6B is #316494. Grayscale: #A5A5A5. Windows color (decimal): -3237013 or 7052238. OLE color: 7052238.
HSL color Cylindrical-coordinate representation of color #CE9B6B: hue angle of 29.09º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE9B6B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 107 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.19 |
| HSL | 29.09º | 0.5% | 0.61% | - |
| HSV(B) | 29.09º | 0.48% | 0.81% | - |
| XYZ | 39.83 | 37.63 | 19.07 | - |
| YUV | 164.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 107 | 0 | 0.25 | 0.48 | 0.19 | 29.09 | 0.5 | 0.61 |
| Hex | CE | 9B | 6B | 0 | 19 | 30 | 13 | 1D | 32 | 3D |
| Octal | 316 | 233 | 153 | 0 | 31 | 60 | 23 | 35 | 62 | 75 |
| Binary | 11001110 | 10011011 | 1101011 | 0 | 11001 | 110000 | 10011 | 11101 | 110010 | 111101 |
Color Harmonies of #CE9B6B
Complementary color
Monochromatic Colors of #CE9B6B
Black with #CE9B6B
Text Example
Text Example
White with #CE9B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B6B; }
p { color: rgb(206,155,107); }
H1.HeaderClassName
{
color: #CE9B6B;
}
.AnyTagClassName
{
color: #CE9B6B;
}
</style>
background-color css
<style>
a { background-color: #CE9B6B; }
a { background-color: rgb(206,155,107); }
div.DivClassName
{
background-color: #CE9B6B;
}
.BgClassName
{
background-color: #CE9B6B;
}
</style>
border-color css
<style>
span { border-color: #CE9B6B; }
span { border-color: rgb(206,155,107); }
td.TdClassName
{
border-color: #CE9B6B;
}
.TagClassName
{
border-color: #CE9B6B;
}
</style>