Html Css Color HEX #887666 Sand Dune

📋 copy color: '#887666'

red 136 ◦ green 118 ◦ blue 102

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

Shades of Sand Dune #887666

Tints of Sand Dune #887666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

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

R = 38.2%
G = 33.15%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#887666 (or 0x887666) is known color: Sand Dune. HEX triplet: 88, 76 and 66. RGB value is (136,118,102). Sum of RGB (Red+Green+Blue) = 136+118+102=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #887666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887666 is #778999. Grayscale: #797979. Windows color (decimal): -7834010 or 6715016. OLE color: 6715016.

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

Color convert

RGB 136 118 102 -
CMYK 0 0.13 0.25 0.47
HSL 28.24º 0.14% 0.47% -
HSV(B) 28.24º 0.25% 0.53% -
XYZ 19.03 19.15 15.26 -
YUV 121.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 136 118 102 0 0.13 0.25 0.47 28.24 0.14 0.47
Hex 88 76 66 0 D 19 2F 1C E 2F
Octal 210 166 146 0 15 31 57 34 16 57
Binary 10001000 1110110 1100110 0 1101 11001 101111 11100 1110 101111

Color Harmonies of #887666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887666

Black with #887666

Text Example


Text Example

White with #887666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887666; }

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

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

background-color css

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

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

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

border-color css

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

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

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