#9B9083

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

Shades of Zorba #9B9083

Tints of Zorba #9B9083

Color information

#9B9083 (or 0x9B9083) is unknown color: approx Zorba. HEX triplet: 9B, 90 and 83. RGB value is (155,144,131). Sum of RGB (Red+Green+Blue) = 155+144+131=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9083 is #646F7C. Grayscale: #919191. Windows color (decimal): -6582141 or 8622235. OLE color: 8622235.

HSL color Cylindrical-coordinate representation of color #9B9083: hue angle of 32.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B9083 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB155144131-
CMYK00.070.150.39
HSL32.5º10.71%56.08%-
HSV(B)32.5º15.48%60.78%-
XYZ27.5928.5525.53-
YUV145.81119.64134.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 131 (51.56% from 255) = 30.47%
R=36.05%
G=33.49%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514413100.070.150.3932.510.7156.08
Hex9B908307F2721b38
Octal233220203071747411370
Binary100110111001000010000011011111111001111000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,144,131); }

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

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

 a { background-color: rgb(155,144,131); }

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

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

 span { border-color: rgb(155,144,131); }

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