#9F9C99

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

Shades of Zorba #9F9C99

Tints of Zorba #9F9C99

Color information

#9F9C99 (or 0x9F9C99) is unknown color: approx Zorba. HEX triplet: 9F, 9C and 99. RGB value is (159,156,153). Sum of RGB (Red+Green+Blue) = 159+156+153=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9C99 is #606366. Grayscale: #9C9C9C. Windows color (decimal): -6316903 or 10067103. OLE color: 10067103.

HSL color Cylindrical-coordinate representation of color #9F9C99: hue angle of 30º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9F9C99 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB159156153-
CMYK00.020.040.38
HSL30º3.03%61.18%-
HSV(B)30º3.77%62.35%-
XYZ31.9433.4534.91-
YUV156.56125.99129.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.97%
GREEN value IS 156 (61.33% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=33.97%
G=33.33%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915615300.020.040.38303.0361.18
Hex9F9C99024261e33d
Octal2372342310244636375
Binary1001111110011100100110010101001001101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,156,153); }

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

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

 a { background-color: rgb(159,156,153); }

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

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

 span { border-color: rgb(159,156,153); }

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