#9F968E

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

Shades of Zorba #9F968E

Tints of Zorba #9F968E

Color information

#9F968E (or 0x9F968E) is unknown color: approx Zorba. HEX triplet: 9F, 96 and 8E. RGB value is (159,150,142). Sum of RGB (Red+Green+Blue) = 159+150+142=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 159 - color contains mainly: red. Hex color #9F968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F968E is #606971. Grayscale: #979797. Windows color (decimal): -6318450 or 9344671. OLE color: 9344671.

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

Color convert

RGB159150142-
CMYK00.060.110.38
HSL28.24º8.13%59.02%-
HSV(B)28.24º10.69%62.35%-
XYZ30.0931.1430.02-
YUV151.78122.48133.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=35.25%
G=33.26%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915014200.060.110.3828.248.1359.02
Hex9F968E06B261c83b
Octal237226216061346341073
Binary10011111100101101000111001101011100110111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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