Html Css Color HEX #8E7661 Sand Dune

📋 copy color: '#8E7661'

red 142 ◦ green 118 ◦ blue 97

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

Shades of Sand Dune #8E7661

Tints of Sand Dune #8E7661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

 BLUE value IS 97 (38.28% from 255) = 27.17%

R = 39.78%
G = 33.05%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E7661 (or 0x8E7661) is known color: Sand Dune. HEX triplet: 8E, 76 and 61. RGB value is (142,118,97). Sum of RGB (Red+Green+Blue) = 142+118+97=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7661 is #71899E. Grayscale: #7A7A7A. Windows color (decimal): -7440799 or 6387342. OLE color: 6387342.

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

Color convert

RGB 142 118 97 -
CMYK 0 0.17 0.32 0.44
HSL 28º 0.19% 0.47% -
HSV(B) 28º 0.32% 0.56% -
XYZ 19.79 19.57 14.04 -
YUV 122.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 142 118 97 0 0.17 0.32 0.44 28 0.19 0.47
Hex 8E 76 61 0 11 20 2C 1C 13 2F
Octal 216 166 141 0 21 40 54 34 23 57
Binary 10001110 1110110 1100001 0 10001 100000 101100 11100 10011 101111

Color Harmonies of #8E7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7661

Black with #8E7661

Text Example


Text Example

White with #8E7661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,118,97); }

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

background-color css

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

 a { background-color: rgb(142,118,97); }

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

border-color css

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

 span { border-color: rgb(142,118,97); }

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