#887467

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

Shades of Sand Dune #887467

Tints of Sand Dune #887467

Color information

#887467 (or 0x887467) is unknown color: approx Sand Dune. HEX triplet: 88, 74 and 67. RGB value is (136,116,103). Sum of RGB (Red+Green+Blue) = 136+116+103=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #887467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887467 is #778B98. Grayscale: #787878. Windows color (decimal): -7834521 or 6780040. OLE color: 6780040.

HSL color Cylindrical-coordinate representation of color #887467: hue angle of 23.64º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #887467 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB136116103-
CMYK00.150.240.47
HSL23.64º13.81%46.86%-
HSV(B)23.64º24.26%53.33%-
XYZ18.8518.715.45-
YUV120.5118.13139.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.31%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=38.31%
G=32.68%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611610300.150.240.4723.6413.8146.86
Hex8874670F182F18e2f
Octal2101641470173057301657
Binary10001000111010011001110111111000101111110001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887467; }

 p { color: rgb(136,116,103); }

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

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

 a { background-color: rgb(136,116,103); }

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

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

 span { border-color: rgb(136,116,103); }

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