#9E8F81

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

Shades of Zorba #9E8F81

Tints of Zorba #9E8F81

Color information

#9E8F81 (or 0x9E8F81) is unknown color: approx Zorba. HEX triplet: 9E, 8F and 81. RGB value is (158,143,129). Sum of RGB (Red+Green+Blue) = 158+143+129=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8F81 is #61707E. Grayscale: #919191. Windows color (decimal): -6385791 or 8490910. OLE color: 8490910.

HSL color Cylindrical-coordinate representation of color #9E8F81: hue angle of 28.97º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E8F81 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB158143129-
CMYK00.090.180.38
HSL28.97º13%56.27%-
HSV(B)28.97º18.35%61.96%-
XYZ27.8928.524.8-
YUV145.89118.47136.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.74%
GREEN value IS 143 (56.25% from 255) = 33.26%
BLUE value IS 129 (50.78% from 255) = 30%
R=36.74%
G=33.26%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814312900.090.180.3828.971356.27
Hex9E8F810912261dd38
Octal2362172010112246351570
Binary1001111010001111100000010100110010100110111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,143,129); }

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

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

 a { background-color: rgb(158,143,129); }

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

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

 span { border-color: rgb(158,143,129); }

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