Html Css Color HEX #887264 Sand Dune

📋 copy color: '#887264'

red 136 ◦ green 114 ◦ blue 100

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

Shades of Sand Dune #887264

Tints of Sand Dune #887264

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

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

R = 38.86%
G = 32.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#887264 (or 0x887264) is known color: Sand Dune. HEX triplet: 88, 72 and 64. RGB value is (136,114,100). Sum of RGB (Red+Green+Blue) = 136+114+100=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #887264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887264 is #778D9B. Grayscale: #777777. Windows color (decimal): -7835036 or 6582920. OLE color: 6582920.

HSL color Cylindrical-coordinate representation of color #887264: hue angle of 23.33º 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 #887264 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 114 100 -
CMYK 0 0.16 0.26 0.47
HSL 23.33º 0.15% 0.46% -
HSV(B) 23.33º 0.26% 0.53% -
XYZ 18.47 18.19 14.59 -
YUV 118.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 136 114 100 0 0.16 0.26 0.47 23.33 0.15 0.46
Hex 88 72 64 0 10 1A 2F 17 F 2E
Octal 210 162 144 0 20 32 57 27 17 56
Binary 10001000 1110010 1100100 0 10000 11010 101111 10111 1111 101110

Color Harmonies of #887264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887264

Black with #887264

Text Example


Text Example

White with #887264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887264; }

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

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

background-color css

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

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

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

border-color css

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

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

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