Shades of Sandy Brown #E6A56A
Tints of Sandy Brown #E6A56A
RGB
CMYK
RGB Variations
Color information
#E6A56A (or 0xE6A56A) is known color: Sandy Brown. HEX triplet: E6, A5 and 6A. RGB value is (230,165,106). Sum of RGB (Red+Green+Blue) = 230+165+106=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A56A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A56A is #195A95. Grayscale: #B2B2B2. Windows color (decimal): -1661590 or 6989286. OLE color: 6989286.
HSL color Cylindrical-coordinate representation of color #E6A56A: hue angle of 28.55º 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 #E6A56A is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 165 | 106 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.10 |
| HSL | 28.55º | 0.71% | 0.66% | - |
| HSV(B) | 28.55º | 0.54% | 0.9% | - |
| XYZ | 48.69 | 44.77 | 19.71 | - |
| YUV | 177.71 | 87.53 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 106 | 0 | 0.28 | 0.54 | 0.10 | 28.55 | 0.71 | 0.66 |
| Hex | E6 | A5 | 6A | 0 | 1C | 36 | A | 1D | 47 | 42 |
| Octal | 346 | 245 | 152 | 0 | 34 | 66 | 12 | 35 | 107 | 102 |
| Binary | 11100110 | 10100101 | 1101010 | 0 | 11100 | 110110 | 1010 | 11101 | 1000111 | 1000010 |
Color Harmonies of #E6A56A
Complementary color
Monochromatic Colors of #E6A56A
Black with #E6A56A
Text Example
Text Example
White with #E6A56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A56A; }
p { color: rgb(230,165,106); }
H1.HeaderClassName
{
color: #E6A56A;
}
.AnyTagClassName
{
color: #E6A56A;
}
</style>
background-color css
<style>
a { background-color: #E6A56A; }
a { background-color: rgb(230,165,106); }
div.DivClassName
{
background-color: #E6A56A;
}
.BgClassName
{
background-color: #E6A56A;
}
</style>
border-color css
<style>
span { border-color: #E6A56A; }
span { border-color: rgb(230,165,106); }
td.TdClassName
{
border-color: #E6A56A;
}
.TagClassName
{
border-color: #E6A56A;
}
</style>