Html Css Color HEX #887260 Sand Dune

📋 copy color: '#887260'

red 136 ◦ green 114 ◦ blue 96

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

Shades of Sand Dune #887260

Tints of Sand Dune #887260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.75%

R = 39.31%
G = 32.95%
B = 27.75%

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

#887260 (or 0x887260) is known color: Sand Dune. HEX triplet: 88, 72 and 60. RGB value is (136,114,96). Sum of RGB (Red+Green+Blue) = 136+114+96=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #887260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887260 is #778D9F. Grayscale: #767676. Windows color (decimal): -7835040 or 6320776. OLE color: 6320776.

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

Color convert

RGB 136 114 96 -
CMYK 0 0.16 0.29 0.47
HSL 27º 0.17% 0.45% -
HSV(B) 27º 0.29% 0.53% -
XYZ 18.28 18.11 13.6 -
YUV 118.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 136 114 96 0 0.16 0.29 0.47 27 0.17 0.45
Hex 88 72 60 0 10 1D 2F 1B 11 2D
Octal 210 162 140 0 20 35 57 33 21 55
Binary 10001000 1110010 1100000 0 10000 11101 101111 11011 10001 101101

Color Harmonies of #887260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887260

Black with #887260

Text Example


Text Example

White with #887260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887260; }

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

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

background-color css

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

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

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

border-color css

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

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

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