#9A958F

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

Shades of Zorba #9A958F

Tints of Zorba #9A958F

Color information

#9A958F (or 0x9A958F) is unknown color: approx Zorba. HEX triplet: 9A, 95 and 8F. RGB value is (154,149,143). Sum of RGB (Red+Green+Blue) = 154+149+143=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 154 - color contains mainly: red. Hex color #9A958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A958F is #656A70. Grayscale: #959595. Windows color (decimal): -6646385 or 9409946. OLE color: 9409946.

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

Color convert

RGB154149143-
CMYK00.030.070.40
HSL32.73º5.16%58.24%-
HSV(B)32.73º7.14%60.39%-
XYZ29.0330.3530.31-
YUV149.81124.16130.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.53%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=34.53%
G=33.41%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414914300.030.070.4032.735.1658.24
Hex9A958F037282153a
Octal2322252170375041572
Binary100110101001010110001111011111101000100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A958F; }

 p { color: rgb(154,149,143); }

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

<style>
 a { background-color: #9A958F; }

 a { background-color: rgb(154,149,143); }

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

<style>
 span { border-color: #9A958F; }

 span { border-color: rgb(154,149,143); }

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