Html Css Color HEX #E6A66E Sandy Brown

📋 copy color: '#E6A66E'

red 230 ◦ green 166 ◦ blue 110

#E6A66E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandy Brown #E6A66E

Tints of Sandy Brown #E6A66E

RGB

 RED value IS 230 (90.23% from 255) = 45.45%

 GREEN value IS 166 (65.23% from 255) = 32.81%

 BLUE value IS 110 (43.36% from 255) = 21.74%

R = 45.45%
G = 32.81%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E6A66E (or 0xE6A66E) is known color: Sandy Brown. HEX triplet: E6, A6 and 6E. RGB value is (230,166,110). Sum of RGB (Red+Green+Blue) = 230+166+110=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A66E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A66E is #195991. Grayscale: #B3B3B3. Windows color (decimal): -1661330 or 7251686. OLE color: 7251686.

HSL color Cylindrical-coordinate representation of color #E6A66E: hue angle of 28º 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 #E6A66E is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 166 110 -
CMYK 0 0.28 0.52 0.10
HSL 28º 0.71% 0.67% -
HSV(B) 28º 0.52% 0.9% -
XYZ 49.08 45.22 20.89 -
YUV 178.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 230 166 110 0 0.28 0.52 0.10 28 0.71 0.67
Hex E6 A6 6E 0 1C 34 A 1C 47 43
Octal 346 246 156 0 34 64 12 34 107 103
Binary 11100110 10100110 1101110 0 11100 110100 1010 11100 1000111 1000011

Color Harmonies of #E6A66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A66E

Black with #E6A66E

Text Example


Text Example

White with #E6A66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A66E; }

 p { color: rgb(230,166,110); }

 H1.HeaderClassName
 {
   color: #E6A66E;
 }
 .AnyTagClassName
 {
   color: #E6A66E;
 }
</style>

background-color css

<style>
 a { background-color: #E6A66E; }

 a { background-color: rgb(230,166,110); }

 div.DivClassName
 {
   background-color: #E6A66E;
 }
 .BgClassName
 {
   background-color: #E6A66E;
 }
</style>

border-color css

<style>
 span { border-color: #E6A66E; }

 span { border-color: rgb(230,166,110); }

 td.TdClassName
 {
   border-color: #E6A66E;
 }
 .TagClassName
 {
   border-color: #E6A66E;
 }
</style>