#98928D

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

Shades of Zorba #98928D

Tints of Zorba #98928D

Color information

#98928D (or 0x98928D) is unknown color: approx Zorba. HEX triplet: 98, 92 and 8D. RGB value is (152,146,141). Sum of RGB (Red+Green+Blue) = 152+146+141=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 152 - color contains mainly: red. Hex color #98928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98928D is #676D72. Grayscale: #939393. Windows color (decimal): -6778227 or 9278104. OLE color: 9278104.

HSL color Cylindrical-coordinate representation of color #98928D: hue angle of 27.27º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #98928D is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB152146141-
CMYK00.040.070.40
HSL27.27º5.07%57.45%-
HSV(B)27.27º7.24%59.61%-
XYZ28.0429.1629.35-
YUV147.22124.49131.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.62%
GREEN value IS 146 (57.42% from 255) = 33.26%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=34.62%
G=33.26%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214614100.040.070.4027.275.0757.45
Hex98928D047281b539
Octal2302222150475033571
Binary100110001001001010001101010011110100011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98928D; }

 p { color: rgb(152,146,141); }

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

<style>
 a { background-color: #98928D; }

 a { background-color: rgb(152,146,141); }

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

<style>
 span { border-color: #98928D; }

 span { border-color: rgb(152,146,141); }

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