#9F9284

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

Shades of Zorba #9F9284

Tints of Zorba #9F9284

Color information

#9F9284 (or 0x9F9284) is unknown color: approx Zorba. HEX triplet: 9F, 92 and 84. RGB value is (159,146,132). Sum of RGB (Red+Green+Blue) = 159+146+132=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9284 is #606D7B. Grayscale: #949494. Windows color (decimal): -6319484 or 8688287. OLE color: 8688287.

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

Color convert

RGB159146132-
CMYK00.080.170.38
HSL31.11º12.33%57.06%-
HSV(B)31.11º16.98%62.35%-
XYZ28.7429.5926.03-
YUV148.29118.81135.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.38%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=36.38%
G=33.41%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914613200.080.170.3831.1112.3357.06
Hex9F92840811261fc39
Octal2372222040102146371471
Binary1001111110010010100001000100010001100110111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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