#9F9692

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

Shades of Zorba #9F9692

Tints of Zorba #9F9692

Color information

#9F9692 (or 0x9F9692) is unknown color: approx Zorba. HEX triplet: 9F, 96 and 92. RGB value is (159,150,146). Sum of RGB (Red+Green+Blue) = 159+150+146=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9692 is #60696D. Grayscale: #989898. Windows color (decimal): -6318446 or 9606815. OLE color: 9606815.

HSL color Cylindrical-coordinate representation of color #9F9692: hue angle of 18.46º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9692 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB159150146-
CMYK00.060.080.38
HSL18.46º6.34%59.8%-
HSV(B)18.46º8.18%62.35%-
XYZ30.3931.2631.63-
YUV152.24124.48132.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=34.95%
G=32.97%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915014600.060.080.3818.466.3459.8
Hex9F9692068261263c
Octal23722622206104622674
Binary1001111110010110100100100110100010011010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,150,146); }

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

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

 a { background-color: rgb(159,150,146); }

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

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

 span { border-color: rgb(159,150,146); }

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