Html Css Color HEX #887466 Sand Dune

📋 copy color: '#887466'

red 136 ◦ green 116 ◦ blue 102

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

Shades of Sand Dune #887466

Tints of Sand Dune #887466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.81%

R = 38.42%
G = 32.77%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#887466 (or 0x887466) is known color: Sand Dune. HEX triplet: 88, 74 and 66. RGB value is (136,116,102). Sum of RGB (Red+Green+Blue) = 136+116+102=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #887466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887466 is #778B99. Grayscale: #787878. Windows color (decimal): -7834522 or 6714504. OLE color: 6714504.

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

Color convert

RGB 136 116 102 -
CMYK 0 0.15 0.25 0.47
HSL 24.71º 0.14% 0.47% -
HSV(B) 24.71º 0.25% 0.53% -
XYZ 18.8 18.68 15.19 -
YUV 120.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 136 116 102 0 0.15 0.25 0.47 24.71 0.14 0.47
Hex 88 74 66 0 F 19 2F 19 E 2F
Octal 210 164 146 0 17 31 57 31 16 57
Binary 10001000 1110100 1100110 0 1111 11001 101111 11001 1110 101111

Color Harmonies of #887466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887466

Black with #887466

Text Example


Text Example

White with #887466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887466; }

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

 H1.HeaderClassName
 {
   color: #887466;
 }
 .AnyTagClassName
 {
   color: #887466;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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