Shades of Grain Brown #CEBAA6
Tints of Grain Brown #CEBAA6
RGB
CMYK
RGB Variations
Color information
#CEBAA6 (or 0xCEBAA6) is known color: Grain Brown. HEX triplet: CE, BA and A6. RGB value is (206,186,166). Sum of RGB (Red+Green+Blue) = 206+186+166=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAA6 is #314559. Grayscale: #BDBDBD. Windows color (decimal): -3229018 or 10926798. OLE color: 10926798.
HSL color Cylindrical-coordinate representation of color #CEBAA6: hue angle of 30º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEBAA6 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 166 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.19 |
| HSL | 30º | 0.29% | 0.73% | - |
| HSV(B) | 30º | 0.19% | 0.81% | - |
| XYZ | 49.9 | 50.99 | 43.29 | - |
| YUV | 189.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 166 | 0 | 0.10 | 0.19 | 0.19 | 30 | 0.29 | 0.73 |
| Hex | CE | BA | A6 | 0 | A | 13 | 13 | 1E | 1D | 49 |
| Octal | 316 | 272 | 246 | 0 | 12 | 23 | 23 | 36 | 35 | 111 |
| Binary | 11001110 | 10111010 | 10100110 | 0 | 1010 | 10011 | 10011 | 11110 | 11101 | 1001001 |
Color Harmonies of #CEBAA6
Complementary color
Monochromatic Colors of #CEBAA6
Black with #CEBAA6
Text Example
Text Example
White with #CEBAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAA6; }
p { color: rgb(206,186,166); }
H1.HeaderClassName
{
color: #CEBAA6;
}
.AnyTagClassName
{
color: #CEBAA6;
}
</style>
background-color css
<style>
a { background-color: #CEBAA6; }
a { background-color: rgb(206,186,166); }
div.DivClassName
{
background-color: #CEBAA6;
}
.BgClassName
{
background-color: #CEBAA6;
}
</style>
border-color css
<style>
span { border-color: #CEBAA6; }
span { border-color: rgb(206,186,166); }
td.TdClassName
{
border-color: #CEBAA6;
}
.TagClassName
{
border-color: #CEBAA6;
}
</style>