Html Css Color HEX #887461 Sand Dune

📋 copy color: '#887461'

red 136 ◦ green 116 ◦ blue 97

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

Shades of Sand Dune #887461

Tints of Sand Dune #887461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.79%

R = 38.97%
G = 33.24%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#887461 (or 0x887461) is known color: Sand Dune. HEX triplet: 88, 74 and 61. RGB value is (136,116,97). Sum of RGB (Red+Green+Blue) = 136+116+97=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #887461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887461 is #778B9E. Grayscale: #777777. Windows color (decimal): -7834527 or 6386824. OLE color: 6386824.

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

Color convert

RGB 136 116 97 -
CMYK 0 0.15 0.29 0.47
HSL 29.23º 0.17% 0.46% -
HSV(B) 29.23º 0.29% 0.53% -
XYZ 18.56 18.59 13.92 -
YUV 119.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 136 116 97 0 0.15 0.29 0.47 29.23 0.17 0.46
Hex 88 74 61 0 F 1D 2F 1D 11 2E
Octal 210 164 141 0 17 35 57 35 21 56
Binary 10001000 1110100 1100001 0 1111 11101 101111 11101 10001 101110

Color Harmonies of #887461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887461

Black with #887461

Text Example


Text Example

White with #887461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887461; }

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

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

background-color css

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

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

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

border-color css

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

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

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