#887E64

Color #887E64 Olive Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Haze #887E64

Tints of Olive Haze #887E64

Color information

#887E64 (or 0x887E64) is unknown color: approx Olive Haze. HEX triplet: 88, 7E and 64. RGB value is (136,126,100). Sum of RGB (Red+Green+Blue) = 136+126+100=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #887E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E64 is #77819B. Grayscale: #7E7E7E. Windows color (decimal): -7831964 or 6585992. OLE color: 6585992.

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

Color convert

RGB136126100-
CMYK00.070.260.47
HSL43.33º15.25%46.27%-
HSV(B)43.33º26.47%53.33%-
XYZ19.9121.0815.08-
YUV126.03113.31135.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=37.57%
G=34.81%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612610000.070.260.4743.3315.2546.27
Hex887E64071A2F2bf2e
Octal210176144073257531756
Binary10001000111111011001000111110101011111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887E64; }

 p { color: rgb(136,126,100); }

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

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

 a { background-color: rgb(136,126,100); }

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

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

 span { border-color: rgb(136,126,100); }

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