#887366

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

Shades of Sand Dune #887366

Tints of Sand Dune #887366

Color information

#887366 (or 0x887366) is unknown color: approx Sand Dune. HEX triplet: 88, 73 and 66. RGB value is (136,115,102). Sum of RGB (Red+Green+Blue) = 136+115+102=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887366 is #778C99. Grayscale: #777777. Windows color (decimal): -7834778 or 6714248. OLE color: 6714248.

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

Color convert

RGB136115102-
CMYK00.150.250.47
HSL22.94º14.29%46.67%-
HSV(B)22.94º25%53.33%-
XYZ18.6818.4615.15-
YUV119.8117.96139.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=38.53%
G=32.58%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611510200.150.250.4722.9414.2946.67
Hex8873660F192F17e2f
Octal2101631460173157271657
Binary10001000111001111001100111111001101111101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887366; }

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

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

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

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

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

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

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

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