#9F968B

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

Shades of Zorba #9F968B

Tints of Zorba #9F968B

Color information

#9F968B (or 0x9F968B) is unknown color: approx Zorba. HEX triplet: 9F, 96 and 8B. RGB value is (159,150,139). Sum of RGB (Red+Green+Blue) = 159+150+139=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 159 - color contains mainly: red. Hex color #9F968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F968B is #606974. Grayscale: #979797. Windows color (decimal): -6318453 or 9148063. OLE color: 9148063.

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

Color convert

RGB159150139-
CMYK00.060.130.38
HSL33º9.43%58.43%-
HSV(B)33º12.58%62.35%-
XYZ29.8631.0528.84-
YUV151.44120.98133.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=35.49%
G=33.48%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915013900.060.130.38339.4358.43
Hex9F968B06D262193a
Octal237226213061546411172
Binary100111111001011010001011011011011001101000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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