Html Css Color HEX #E6A56C Sandy Brown

📋 copy color: '#E6A56C'

red 230 ◦ green 165 ◦ blue 108

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

Shades of Sandy Brown #E6A56C

Tints of Sandy Brown #E6A56C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.8%

 BLUE value IS 108 (42.58% from 255) = 21.47%

R = 45.73%
G = 32.8%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6A56C (or 0xE6A56C) is known color: Sandy Brown. HEX triplet: E6, A5 and 6C. RGB value is (230,165,108). Sum of RGB (Red+Green+Blue) = 230+165+108=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A56C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A56C is #195A93. Grayscale: #B2B2B2. Windows color (decimal): -1661588 or 7120358. OLE color: 7120358.

HSL color Cylindrical-coordinate representation of color #E6A56C: hue angle of 28.03º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6A56C is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 165 108 -
CMYK 0 0.28 0.53 0.10
HSL 28.03º 0.71% 0.66% -
HSV(B) 28.03º 0.53% 0.9% -
XYZ 48.8 44.82 20.27 -
YUV 177.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 230 165 108 0 0.28 0.53 0.10 28.03 0.71 0.66
Hex E6 A5 6C 0 1C 35 A 1C 47 42
Octal 346 245 154 0 34 65 12 34 107 102
Binary 11100110 10100101 1101100 0 11100 110101 1010 11100 1000111 1000010

Color Harmonies of #E6A56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A56C

Black with #E6A56C

Text Example


Text Example

White with #E6A56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A56C; }

 p { color: rgb(230,165,108); }

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

background-color css

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

 a { background-color: rgb(230,165,108); }

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

border-color css

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

 span { border-color: rgb(230,165,108); }

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