Html Css Color HEX #887866 Sand Dune

📋 copy color: '#887866'

red 136 ◦ green 120 ◦ blue 102

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

Shades of Sand Dune #887866

Tints of Sand Dune #887866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 37.99%
G = 33.52%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#887866 (or 0x887866) is known color: Sand Dune. HEX triplet: 88, 78 and 66. RGB value is (136,120,102). Sum of RGB (Red+Green+Blue) = 136+120+102=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #887866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887866 is #778799. Grayscale: #7A7A7A. Windows color (decimal): -7833498 or 6715528. OLE color: 6715528.

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

Color convert

RGB 136 120 102 -
CMYK 0 0.12 0.25 0.47
HSL 31.76º 0.14% 0.47% -
HSV(B) 31.76º 0.25% 0.53% -
XYZ 19.27 19.63 15.34 -
YUV 122.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 136 120 102 0 0.12 0.25 0.47 31.76 0.14 0.47
Hex 88 78 66 0 C 19 2F 20 E 2F
Octal 210 170 146 0 14 31 57 40 16 57
Binary 10001000 1111000 1100110 0 1100 11001 101111 100000 1110 101111

Color Harmonies of #887866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887866

Black with #887866

Text Example


Text Example

White with #887866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887866; }

 p { color: rgb(136,120,102); }

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

background-color css

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

 a { background-color: rgb(136,120,102); }

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

border-color css

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

 span { border-color: rgb(136,120,102); }

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