Html Css Color HEX #887464 Sand Dune

📋 copy color: '#887464'

red 136 ◦ green 116 ◦ blue 100

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

Shades of Sand Dune #887464

Tints of Sand Dune #887464

RGB

 RED value IS 136 (53.52% from 255) = 38.64%

 GREEN value IS 116 (45.7% from 255) = 32.95%

 BLUE value IS 100 (39.45% from 255) = 28.41%

R = 38.64%
G = 32.95%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#887464 (or 0x887464) is known color: Sand Dune. HEX triplet: 88, 74 and 64. RGB value is (136,116,100). Sum of RGB (Red+Green+Blue) = 136+116+100=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #887464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887464 is #778B9B. Grayscale: #787878. Windows color (decimal): -7834524 or 6583432. OLE color: 6583432.

HSL color Cylindrical-coordinate representation of color #887464: hue angle of 26.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #887464 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 116 100 -
CMYK 0 0.15 0.26 0.47
HSL 26.67º 0.15% 0.46% -
HSV(B) 26.67º 0.26% 0.53% -
XYZ 18.7 18.65 14.67 -
YUV 120.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 136 116 100 0 0.15 0.26 0.47 26.67 0.15 0.46
Hex 88 74 64 0 F 1A 2F 1B F 2E
Octal 210 164 144 0 17 32 57 33 17 56
Binary 10001000 1110100 1100100 0 1111 11010 101111 11011 1111 101110

Color Harmonies of #887464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887464

Black with #887464

Text Example


Text Example

White with #887464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887464; }

 p { color: rgb(136,116,100); }

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

background-color css

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

 a { background-color: rgb(136,116,100); }

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

border-color css

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

 span { border-color: rgb(136,116,100); }

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