Shades of Sandy Brown #E6A16E
Tints of Sandy Brown #E6A16E
RGB
CMYK
RGB Variations
Color information
#E6A16E (or 0xE6A16E) is known color: Sandy Brown. HEX triplet: E6, A1 and 6E. RGB value is (230,161,110). Sum of RGB (Red+Green+Blue) = 230+161+110=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A16E is #195E91. Grayscale: #B0B0B0. Windows color (decimal): -1662610 or 7250406. OLE color: 7250406.
HSL color Cylindrical-coordinate representation of color #E6A16E: hue angle of 25.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6A16E is Cyan = 0, Magento = 0.3, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 110 | - |
| CMYK | 0 | 0.3 | 0.52 | 0.10 |
| HSL | 25.5º | 0.71% | 0.67% | - |
| HSV(B) | 25.5º | 0.52% | 0.9% | - |
| XYZ | 48.19 | 43.44 | 20.6 | - |
| YUV | 175.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 110 | 0 | 0.3 | 0.52 | 0.10 | 25.5 | 0.71 | 0.67 |
| Hex | E6 | A1 | 6E | 0 | 1E | 34 | A | 1A | 47 | 43 |
| Octal | 346 | 241 | 156 | 0 | 36 | 64 | 12 | 32 | 107 | 103 |
| Binary | 11100110 | 10100001 | 1101110 | 0 | 11110 | 110100 | 1010 | 11010 | 1000111 | 1000011 |
Color Harmonies of #E6A16E
Complementary color
Monochromatic Colors of #E6A16E
Black with #E6A16E
Text Example
Text Example
White with #E6A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A16E; }
p { color: rgb(230,161,110); }
H1.HeaderClassName
{
color: #E6A16E;
}
.AnyTagClassName
{
color: #E6A16E;
}
</style>
background-color css
<style>
a { background-color: #E6A16E; }
a { background-color: rgb(230,161,110); }
div.DivClassName
{
background-color: #E6A16E;
}
.BgClassName
{
background-color: #E6A16E;
}
</style>
border-color css
<style>
span { border-color: #E6A16E; }
span { border-color: rgb(230,161,110); }
td.TdClassName
{
border-color: #E6A16E;
}
.TagClassName
{
border-color: #E6A16E;
}
</style>