#9E8D85

Color #9E8D85 Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #9E8D85

Tints of Zorba #9E8D85

Color information

#9E8D85 (or 0x9E8D85) is unknown color: approx Zorba. HEX triplet: 9E, 8D and 85. RGB value is (158,141,133). Sum of RGB (Red+Green+Blue) = 158+141+133=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8D85 is #61727A. Grayscale: #919191. Windows color (decimal): -6386299 or 8752542. OLE color: 8752542.

HSL color Cylindrical-coordinate representation of color #9E8D85: hue angle of 19.2º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E8D85 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB158141133-
CMYK00.110.160.38
HSL19.2º11.42%57.06%-
HSV(B)19.2º15.82%61.96%-
XYZ27.8628.0126.13-
YUV145.17121.13137.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.57%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=36.57%
G=32.64%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814113300.110.160.3819.211.4257.06
Hex9E8D850B102613b39
Octal2362152050132046231371
Binary1001111010001101100001010101110000100110100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E8D85; }

 p { color: rgb(158,141,133); }

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

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

 a { background-color: rgb(158,141,133); }

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

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

 span { border-color: rgb(158,141,133); }

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