Html Css Color HEX #E6A76E Sandy Brown

📋 copy color: '#E6A76E'

red 230 ◦ green 167 ◦ blue 110

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

Shades of Sandy Brown #E6A76E

Tints of Sandy Brown #E6A76E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.94%

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

R = 45.36%
G = 32.94%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6A76E (or 0xE6A76E) is known color: Sandy Brown. HEX triplet: E6, A7 and 6E. RGB value is (230,167,110). Sum of RGB (Red+Green+Blue) = 230+167+110=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A76E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A76E is #195891. Grayscale: #B3B3B3. Windows color (decimal): -1661074 or 7251942. OLE color: 7251942.

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

Color convert

RGB 230 167 110 -
CMYK 0 0.27 0.52 0.10
HSL 28.5º 0.71% 0.67% -
HSV(B) 28.5º 0.52% 0.9% -
XYZ 49.27 45.59 20.95 -
YUV 179.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 230 167 110 0 0.27 0.52 0.10 28.5 0.71 0.67
Hex E6 A7 6E 0 1B 34 A 1C 47 43
Octal 346 247 156 0 33 64 12 34 107 103
Binary 11100110 10100111 1101110 0 11011 110100 1010 11100 1000111 1000011

Color Harmonies of #E6A76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A76E

Black with #E6A76E

Text Example


Text Example

White with #E6A76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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