#998F84

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

Shades of Zorba #998F84

Tints of Zorba #998F84

Color information

#998F84 (or 0x998F84) is unknown color: approx Zorba. HEX triplet: 99, 8F and 84. RGB value is (153,143,132). Sum of RGB (Red+Green+Blue) = 153+143+132=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #998F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998F84 is #66707B. Grayscale: #909090. Windows color (decimal): -6713468 or 8687513. OLE color: 8687513.

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

Color convert

RGB153143132-
CMYK00.070.140.4
HSL31.43º9.33%55.88%-
HSV(B)31.43º13.73%60%-
XYZ27.1228.0825.82-
YUV144.74120.81133.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=35.75%
G=33.41%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314313200.070.140.431.439.3355.88
Hex998F8407E281f938
Octal231217204071650371170
Binary10011001100011111000010001111110101000111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,143,132); }

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

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

 a { background-color: rgb(153,143,132); }

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

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

 span { border-color: rgb(153,143,132); }

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