#9B928F

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

Shades of Zorba #9B928F

Tints of Zorba #9B928F

Color information

#9B928F (or 0x9B928F) is unknown color: approx Zorba. HEX triplet: 9B, 92 and 8F. RGB value is (155,146,143). Sum of RGB (Red+Green+Blue) = 155+146+143=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 155 - color contains mainly: red. Hex color #9B928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B928F is #646D70. Grayscale: #949494. Windows color (decimal): -6581617 or 9409179. OLE color: 9409179.

HSL color Cylindrical-coordinate representation of color #9B928F: hue angle of 15º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B928F is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB155146143-
CMYK00.060.080.39
HSL15º5.66%58.43%-
HSV(B)15º7.74%60.78%-
XYZ28.7529.5130.17-
YUV148.35124.98132.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.91%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 143 (56.25% from 255) = 32.21%
R=34.91%
G=32.88%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514614300.060.080.39155.6658.43
Hex9B928F06827f63a
Octal23322221706104717672
Binary100110111001001010001111011010001001111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,146,143); }

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

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

 a { background-color: rgb(155,146,143); }

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

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

 span { border-color: rgb(155,146,143); }

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