#887966

Color #887966 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #887966

Tints of Sand Dune #887966

Color information

#887966 (or 0x887966) is unknown color: approx 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

RGB136121102-
CMYK00.110.250.47
HSL33.53º14.29%46.67%-
HSV(B)33.53º25%53.33%-
XYZ19.3919.8715.38-
YUV123.32115.97137.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=37.88%
G=33.70%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612110200.110.250.4733.5314.2946.67
Hex8879660B192F22e2f
Octal2101711460133157421657
Binary100010001111001110011001011110011011111000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>