#9F8E83

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

Shades of Zorba #9F8E83

Tints of Zorba #9F8E83

Color information

#9F8E83 (or 0x9F8E83) is unknown color: approx Zorba. HEX triplet: 9F, 8E and 83. RGB value is (159,142,131). Sum of RGB (Red+Green+Blue) = 159+142+131=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8E83 is #60717C. Grayscale: #919191. Windows color (decimal): -6320509 or 8621727. OLE color: 8621727.

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

Color convert

RGB159142131-
CMYK00.110.180.38
HSL23.57º12.73%56.86%-
HSV(B)23.57º17.61%62.35%-
XYZ28.0728.3625.47-
YUV145.83119.63137.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.81%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 131 (51.56% from 255) = 30.32%
R=36.81%
G=32.87%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914213100.110.180.3823.5712.7356.86
Hex9F8E830B122618d39
Octal2372162030132246301571
Binary1001111110001110100000110101110010100110110001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,142,131); }

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

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

 a { background-color: rgb(159,142,131); }

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

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

 span { border-color: rgb(159,142,131); }

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