#888163

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

Shades of Olive Haze #888163

Tints of Olive Haze #888163

Color information

#888163 (or 0x888163) is unknown color: approx Olive Haze. HEX triplet: 88, 81 and 63. RGB value is (136,129,99). Sum of RGB (Red+Green+Blue) = 136+129+99=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #888163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888163 is #777E9C. Grayscale: #7F7F7F. Windows color (decimal): -7831197 or 6521224. OLE color: 6521224.

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

Color convert

RGB13612999-
CMYK00.050.270.47
HSL48.65º15.74%46.08%-
HSV(B)48.65º27.21%53.33%-
XYZ20.2621.8414.95-
YUV127.67111.82133.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 99 (39.06% from 255) = 27.20%
R=37.36%
G=35.44%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361299900.050.270.4748.6515.7446.08
Hex888163051B2F31102e
Octal210201143053357612056
Binary1000100010000001110001101011101110111111000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888163; }

 p { color: rgb(136,129,99); }

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

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

 a { background-color: rgb(136,129,99); }

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

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

 span { border-color: rgb(136,129,99); }

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