Html Css Color HEX #887261 Sand Dune

📋 copy color: '#887261'

red 136 ◦ green 114 ◦ blue 97

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

Shades of Sand Dune #887261

Tints of Sand Dune #887261

RGB

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

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

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

R = 39.19%
G = 32.85%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#887261 (or 0x887261) is known color: Sand Dune. HEX triplet: 88, 72 and 61. RGB value is (136,114,97). Sum of RGB (Red+Green+Blue) = 136+114+97=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #887261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887261 is #778D9E. Grayscale: #767676. Windows color (decimal): -7835039 or 6386312. OLE color: 6386312.

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

Color convert

RGB 136 114 97 -
CMYK 0 0.16 0.29 0.47
HSL 26.15º 0.17% 0.46% -
HSV(B) 26.15º 0.29% 0.53% -
XYZ 18.33 18.13 13.84 -
YUV 118.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 136 114 97 0 0.16 0.29 0.47 26.15 0.17 0.46
Hex 88 72 61 0 10 1D 2F 1A 11 2E
Octal 210 162 141 0 20 35 57 32 21 56
Binary 10001000 1110010 1100001 0 10000 11101 101111 11010 10001 101110

Color Harmonies of #887261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887261

Black with #887261

Text Example


Text Example

White with #887261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887261; }

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

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

background-color css

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

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

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

border-color css

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

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

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