#887468

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

Shades of Sand Dune #887468

Tints of Sand Dune #887468

Color information

#887468 (or 0x887468) is unknown color: approx Sand Dune. HEX triplet: 88, 74 and 68. RGB value is (136,116,104). Sum of RGB (Red+Green+Blue) = 136+116+104=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #887468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887468 is #778B97. Grayscale: #787878. Windows color (decimal): -7834520 or 6845576. OLE color: 6845576.

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

Color convert

RGB136116104-
CMYK00.150.240.47
HSL22.5º13.33%47.06%-
HSV(B)22.5º23.53%53.33%-
XYZ18.918.7215.71-
YUV120.61118.63138.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=38.20%
G=32.58%
B=29.21%

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
Decimal13611610400.150.240.4722.513.3347.06
Hex8874680F182F16d2f
Octal2101641500173057261557
Binary10001000111010011010000111111000101111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887468; }

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

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

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

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

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

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

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

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