Shades of Sandy Brown #E6A46A
Tints of Sandy Brown #E6A46A
RGB
CMYK
RGB Variations
Color information
#E6A46A (or 0xE6A46A) is known color: Sandy Brown. HEX triplet: E6, A4 and 6A. RGB value is (230,164,106). Sum of RGB (Red+Green+Blue) = 230+164+106=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A46A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A46A is #195B95. Grayscale: #B1B1B1. Windows color (decimal): -1661846 or 6989030. OLE color: 6989030.
HSL color Cylindrical-coordinate representation of color #E6A46A: hue angle of 28.06º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6A46A is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 106 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.10 |
| HSL | 28.06º | 0.71% | 0.66% | - |
| HSV(B) | 28.06º | 0.54% | 0.9% | - |
| XYZ | 48.51 | 44.41 | 19.65 | - |
| YUV | 177.12 | 87.87 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 106 | 0 | 0.29 | 0.54 | 0.10 | 28.06 | 0.71 | 0.66 |
| Hex | E6 | A4 | 6A | 0 | 1D | 36 | A | 1C | 47 | 42 |
| Octal | 346 | 244 | 152 | 0 | 35 | 66 | 12 | 34 | 107 | 102 |
| Binary | 11100110 | 10100100 | 1101010 | 0 | 11101 | 110110 | 1010 | 11100 | 1000111 | 1000010 |
Color Harmonies of #E6A46A
Complementary color
Monochromatic Colors of #E6A46A
Black with #E6A46A
Text Example
Text Example
White with #E6A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A46A; }
p { color: rgb(230,164,106); }
H1.HeaderClassName
{
color: #E6A46A;
}
.AnyTagClassName
{
color: #E6A46A;
}
</style>
background-color css
<style>
a { background-color: #E6A46A; }
a { background-color: rgb(230,164,106); }
div.DivClassName
{
background-color: #E6A46A;
}
.BgClassName
{
background-color: #E6A46A;
}
</style>
border-color css
<style>
span { border-color: #E6A46A; }
span { border-color: rgb(230,164,106); }
td.TdClassName
{
border-color: #E6A46A;
}
.TagClassName
{
border-color: #E6A46A;
}
</style>