Html Css Color HEX #887966 Sand Dune

📋 copy color: '#887966'

red 136 ◦ green 121 ◦ blue 102

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

Shades of Sand Dune #887966

Tints of Sand Dune #887966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

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

R = 37.88%
G = 33.7%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#887966 (or 0x887966) is known color: Sand Dune. HEX triplet: 88, 79 and 66. RGB value is (136,121,102). Sum of RGB (Red+Green+Blue) = 136+121+102=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #887966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887966 is #778699. Grayscale: #7B7B7B. Windows color (decimal): -7833242 or 6715784. OLE color: 6715784.

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

Color convert

RGB 136 121 102 -
CMYK 0 0.11 0.25 0.47
HSL 33.53º 0.14% 0.47% -
HSV(B) 33.53º 0.25% 0.53% -
XYZ 19.39 19.87 15.38 -
YUV 123.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 136 121 102 0 0.11 0.25 0.47 33.53 0.14 0.47
Hex 88 79 66 0 B 19 2F 22 E 2F
Octal 210 171 146 0 13 31 57 42 16 57
Binary 10001000 1111001 1100110 0 1011 11001 101111 100010 1110 101111

Color Harmonies of #887966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887966

Black with #887966

Text Example


Text Example

White with #887966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887966; }

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

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

background-color css

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

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

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

border-color css

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

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

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