Html Css Color HEX #E6A76B Sandy Brown

📋 copy color: '#E6A76B'

red 230 ◦ green 167 ◦ blue 107

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

Shades of Sandy Brown #E6A76B

Tints of Sandy Brown #E6A76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.23%

R = 45.63%
G = 33.13%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6A76B (or 0xE6A76B) is known color: Sandy Brown. HEX triplet: E6, A7 and 6B. RGB value is (230,167,107). Sum of RGB (Red+Green+Blue) = 230+167+107=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A76B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A76B is #195894. Grayscale: #B3B3B3. Windows color (decimal): -1661077 or 7055334. OLE color: 7055334.

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

Color convert

RGB 230 167 107 -
CMYK 0 0.27 0.53 0.10
HSL 29.27º 0.71% 0.66% -
HSV(B) 29.27º 0.53% 0.9% -
XYZ 49.11 45.52 20.11 -
YUV 179 87.37 164.38 -
System Red Green Blue C M Y K H S L
Decimal 230 167 107 0 0.27 0.53 0.10 29.27 0.71 0.66
Hex E6 A7 6B 0 1B 35 A 1D 47 42
Octal 346 247 153 0 33 65 12 35 107 102
Binary 11100110 10100111 1101011 0 11011 110101 1010 11101 1000111 1000010

Color Harmonies of #E6A76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A76B

Black with #E6A76B

Text Example


Text Example

White with #E6A76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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