#998D87

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

Shades of Zorba #998D87

Tints of Zorba #998D87

Color information

#998D87 (or 0x998D87) is unknown color: approx Zorba. HEX triplet: 99, 8D and 87. RGB value is (153,141,135). Sum of RGB (Red+Green+Blue) = 153+141+135=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #998D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D87 is #667278. Grayscale: #8F8F8F. Windows color (decimal): -6713977 or 8883609. OLE color: 8883609.

HSL color Cylindrical-coordinate representation of color #998D87: hue angle of 20º 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 #998D87 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB153141135-
CMYK00.080.120.4
HSL20º8.11%56.47%-
HSV(B)20º11.76%60%-
XYZ27.0327.5726.82-
YUV143.9122.98134.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=35.66%
G=32.87%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314113500.080.120.4208.1156.47
Hex998D8708C2814838
Octal2312152070101450241070
Binary100110011000110110000111010001100101000101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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