Html Css Color HEX #887361 Sand Dune

📋 copy color: '#887361'

red 136 ◦ green 115 ◦ blue 97

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

Shades of Sand Dune #887361

Tints of Sand Dune #887361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

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

R = 39.08%
G = 33.05%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#887361 (or 0x887361) is known color: Sand Dune. HEX triplet: 88, 73 and 61. RGB value is (136,115,97). Sum of RGB (Red+Green+Blue) = 136+115+97=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #887361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887361 is #778C9E. Grayscale: #777777. Windows color (decimal): -7834783 or 6386568. OLE color: 6386568.

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

Color convert

RGB 136 115 97 -
CMYK 0 0.15 0.29 0.47
HSL 27.69º 0.17% 0.46% -
HSV(B) 27.69º 0.29% 0.53% -
XYZ 18.44 18.36 13.88 -
YUV 119.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 136 115 97 0 0.15 0.29 0.47 27.69 0.17 0.46
Hex 88 73 61 0 F 1D 2F 1C 11 2E
Octal 210 163 141 0 17 35 57 34 21 56
Binary 10001000 1110011 1100001 0 1111 11101 101111 11100 10001 101110

Color Harmonies of #887361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887361

Black with #887361

Text Example


Text Example

White with #887361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887361; }

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

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

background-color css

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

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

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

border-color css

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

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

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