#998F85

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

Shades of Zorba #998F85

Tints of Zorba #998F85

Color information

#998F85 (or 0x998F85) is unknown color: approx Zorba. HEX triplet: 99, 8F and 85. RGB value is (153,143,133). Sum of RGB (Red+Green+Blue) = 153+143+133=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #998F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998F85 is #66707A. Grayscale: #909090. Windows color (decimal): -6713467 or 8753049. OLE color: 8753049.

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

Color convert

RGB153143133-
CMYK00.070.130.4
HSL30º8.93%56.08%-
HSV(B)30º13.07%60%-
XYZ27.1928.1126.18-
YUV144.85121.31133.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=35.66%
G=33.33%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314313300.070.130.4308.9356.08
Hex998F8507D281e938
Octal231217205071550361170
Binary10011001100011111000010101111101101000111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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