#887266

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

Shades of Sand Dune #887266

Tints of Sand Dune #887266

Color information

#887266 (or 0x887266) is unknown color: approx Sand Dune. HEX triplet: 88, 72 and 66. RGB value is (136,114,102). Sum of RGB (Red+Green+Blue) = 136+114+102=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #887266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887266 is #778D99. Grayscale: #777777. Windows color (decimal): -7835034 or 6713992. OLE color: 6713992.

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

Color convert

RGB136114102-
CMYK00.160.250.47
HSL21.18º14.29%46.67%-
HSV(B)21.18º25%53.33%-
XYZ18.5718.2315.11-
YUV119.21118.29139.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=38.64%
G=32.39%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611410200.160.250.4721.1814.2946.67
Hex887266010192F15e2f
Octal2101621460203157251657
Binary100010001110010110011001000011001101111101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887266; }

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

 H1.HeaderClassName
 {
   color: #887266;
 }
 .AnyTagClassName
 {
   color: #887266;
 }
</style>
background-color css

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

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

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

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

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

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