#998E87

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

Shades of Zorba #998E87

Tints of Zorba #998E87

Color information

#998E87 (or 0x998E87) is unknown color: approx Zorba. HEX triplet: 99, 8E and 87. RGB value is (153,142,135). Sum of RGB (Red+Green+Blue) = 153+142+135=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #998E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998E87 is #667178. Grayscale: #909090. Windows color (decimal): -6713721 or 8883865. OLE color: 8883865.

HSL color Cylindrical-coordinate representation of color #998E87: hue angle of 23.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #998E87 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB153142135-
CMYK00.070.120.4
HSL23.33º8.11%56.47%-
HSV(B)23.33º11.76%60%-
XYZ27.1827.8726.87-
YUV144.49122.64134.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 135 (53.12% from 255) = 31.40%
R=35.58%
G=33.02%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314213500.070.120.423.338.1156.47
Hex998E8707C2817838
Octal231216207071450271070
Binary10011001100011101000011101111100101000101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998E87; }

 p { color: rgb(153,142,135); }

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

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

 a { background-color: rgb(153,142,135); }

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

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

 span { border-color: rgb(153,142,135); }

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