Html Css Color HEX #8E7960 Sand Dune

📋 copy color: '#8E7960'

red 142 ◦ green 121 ◦ blue 96

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

Shades of Sand Dune #8E7960

Tints of Sand Dune #8E7960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

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

R = 39.55%
G = 33.7%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E7960 (or 0x8E7960) is known color: Sand Dune. HEX triplet: 8E, 79 and 60. RGB value is (142,121,96). Sum of RGB (Red+Green+Blue) = 142+121+96=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7960 is #71869F. Grayscale: #7C7C7C. Windows color (decimal): -7440032 or 6322574. OLE color: 6322574.

HSL color Cylindrical-coordinate representation of color #8E7960: hue angle of 32.61º 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 #8E7960 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 121 96 -
CMYK 0 0.15 0.32 0.44
HSL 32.61º 0.19% 0.47% -
HSV(B) 32.61º 0.32% 0.56% -
XYZ 20.1 20.27 13.92 -
YUV 124.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 142 121 96 0 0.15 0.32 0.44 32.61 0.19 0.47
Hex 8E 79 60 0 F 20 2C 21 13 2F
Octal 216 171 140 0 17 40 54 41 23 57
Binary 10001110 1111001 1100000 0 1111 100000 101100 100001 10011 101111

Color Harmonies of #8E7960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7960

Black with #8E7960

Text Example


Text Example

White with #8E7960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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