Html Css Color HEX #887468 Sand Dune

📋 copy color: '#887468'

red 136 ◦ green 116 ◦ blue 104

#887468
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #887468

Tints of Sand Dune #887468

RGB

 RED value IS 136 (53.52% from 255) = 38.2%

 GREEN value IS 116 (45.7% from 255) = 32.58%

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 38.2%
G = 32.58%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#887468 (or 0x887468) is known color: 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

RGB 136 116 104 -
CMYK 0 0.15 0.24 0.47
HSL 22.5º 0.13% 0.47% -
HSV(B) 22.5º 0.24% 0.53% -
XYZ 18.9 18.72 15.71 -
YUV 120.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 136 116 104 0 0.15 0.24 0.47 22.5 0.13 0.47
Hex 88 74 68 0 F 18 2F 16 D 2F
Octal 210 164 150 0 17 30 57 26 15 57
Binary 10001000 1110100 1101000 0 1111 11000 101111 10110 1101 101111

Color Harmonies of #887468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887468

Black with #887468

Text Example


Text Example

White with #887468

Text Example


Text Example

HTML Codes & Css Web 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>