Html Css Color HEX #8E7C60 Sand Dune

📋 copy color: '#8E7C60'

red 142 ◦ green 124 ◦ blue 96

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

Shades of Sand Dune #8E7C60

Tints of Sand Dune #8E7C60

RGB

 RED value IS 142 (55.86% from 255) = 39.23%

 GREEN value IS 124 (48.83% from 255) = 34.25%

 BLUE value IS 96 (37.89% from 255) = 26.52%

R = 39.23%
G = 34.25%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E7C60 (or 0x8E7C60) is known color: Sand Dune. HEX triplet: 8E, 7C and 60. RGB value is (142,124,96). Sum of RGB (Red+Green+Blue) = 142+124+96=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7C60 is #71839F. Grayscale: #7E7E7E. Windows color (decimal): -7439264 or 6323342. OLE color: 6323342.

HSL color Cylindrical-coordinate representation of color #8E7C60: hue angle of 36.52º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E7C60 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 124 96 -
CMYK 0 0.13 0.32 0.44
HSL 36.52º 0.19% 0.47% -
HSV(B) 36.52º 0.32% 0.56% -
XYZ 20.47 21.01 14.04 -
YUV 126.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 142 124 96 0 0.13 0.32 0.44 36.52 0.19 0.47
Hex 8E 7C 60 0 D 20 2C 25 13 2F
Octal 216 174 140 0 15 40 54 45 23 57
Binary 10001110 1111100 1100000 0 1101 100000 101100 100101 10011 101111

Color Harmonies of #8E7C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7C60

Black with #8E7C60

Text Example


Text Example

White with #8E7C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E7C60; }

 p { color: rgb(142,124,96); }

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

background-color css

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

 a { background-color: rgb(142,124,96); }

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

border-color css

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

 span { border-color: rgb(142,124,96); }

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