#9F968F

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

Shades of Zorba #9F968F

Tints of Zorba #9F968F

Color information

#9F968F (or 0x9F968F) is unknown color: approx Zorba. HEX triplet: 9F, 96 and 8F. RGB value is (159,150,143). Sum of RGB (Red+Green+Blue) = 159+150+143=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 159 - color contains mainly: red. Hex color #9F968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F968F is #606970. Grayscale: #979797. Windows color (decimal): -6318449 or 9410207. OLE color: 9410207.

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

Color convert

RGB159150143-
CMYK00.060.100.38
HSL26.25º7.69%59.22%-
HSV(B)26.25º10.06%62.35%-
XYZ30.1631.1730.41-
YUV151.89122.98133.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=35.18%
G=33.19%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915014300.060.100.3826.257.6959.22
Hex9F968F06A261a83b
Octal237226217061246321073
Binary10011111100101101000111101101010100110110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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