Shades of Grain Brown #CEBA9F
Tints of Grain Brown #CEBA9F
RGB
CMYK
RGB Variations
Color information
#CEBA9F (or 0xCEBA9F) is known color: Grain Brown. HEX triplet: CE, BA and 9F. RGB value is (206,186,159). Sum of RGB (Red+Green+Blue) = 206+186+159=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA9F is #314560. Grayscale: #BDBDBD. Windows color (decimal): -3229025 or 10468046. OLE color: 10468046.
HSL color Cylindrical-coordinate representation of color #CEBA9F: hue angle of 34.47º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEBA9F is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 159 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.19 |
| HSL | 34.47º | 0.32% | 0.72% | - |
| HSV(B) | 34.47º | 0.23% | 0.81% | - |
| XYZ | 49.27 | 50.74 | 40 | - |
| YUV | 188.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 159 | 0 | 0.10 | 0.23 | 0.19 | 34.47 | 0.32 | 0.72 |
| Hex | CE | BA | 9F | 0 | A | 17 | 13 | 22 | 20 | 48 |
| Octal | 316 | 272 | 237 | 0 | 12 | 27 | 23 | 42 | 40 | 110 |
| Binary | 11001110 | 10111010 | 10011111 | 0 | 1010 | 10111 | 10011 | 100010 | 100000 | 1001000 |
Color Harmonies of #CEBA9F
Complementary color
Monochromatic Colors of #CEBA9F
Black with #CEBA9F
Text Example
Text Example
White with #CEBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA9F; }
p { color: rgb(206,186,159); }
H1.HeaderClassName
{
color: #CEBA9F;
}
.AnyTagClassName
{
color: #CEBA9F;
}
</style>
background-color css
<style>
a { background-color: #CEBA9F; }
a { background-color: rgb(206,186,159); }
div.DivClassName
{
background-color: #CEBA9F;
}
.BgClassName
{
background-color: #CEBA9F;
}
</style>
border-color css
<style>
span { border-color: #CEBA9F; }
span { border-color: rgb(206,186,159); }
td.TdClassName
{
border-color: #CEBA9F;
}
.TagClassName
{
border-color: #CEBA9F;
}
</style>