Html Css Color HEX #887469 Sand Dune

📋 copy color: '#887469'

red 136 ◦ green 116 ◦ blue 105

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

Shades of Sand Dune #887469

Tints of Sand Dune #887469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.41%

R = 38.1%
G = 32.49%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#887469 (or 0x887469) is known color: Sand Dune. HEX triplet: 88, 74 and 69. RGB value is (136,116,105). Sum of RGB (Red+Green+Blue) = 136+116+105=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #887469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887469 is #778B96. Grayscale: #787878. Windows color (decimal): -7834519 or 6911112. OLE color: 6911112.

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

Color convert

RGB 136 116 105 -
CMYK 0 0.15 0.23 0.47
HSL 21.29º 0.13% 0.47% -
HSV(B) 21.29º 0.23% 0.53% -
XYZ 18.95 18.74 15.98 -
YUV 120.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 136 116 105 0 0.15 0.23 0.47 21.29 0.13 0.47
Hex 88 74 69 0 F 17 2F 15 D 2F
Octal 210 164 151 0 17 27 57 25 15 57
Binary 10001000 1110100 1101001 0 1111 10111 101111 10101 1101 101111

Color Harmonies of #887469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887469

Black with #887469

Text Example


Text Example

White with #887469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887469; }

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

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

background-color css

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

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

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

border-color css

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

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

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