#9B8D84

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

Shades of Zorba #9B8D84

Tints of Zorba #9B8D84

Color information

#9B8D84 (or 0x9B8D84) is unknown color: approx Zorba. HEX triplet: 9B, 8D and 84. RGB value is (155,141,132). Sum of RGB (Red+Green+Blue) = 155+141+132=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8D84 is #64727B. Grayscale: #909090. Windows color (decimal): -6582908 or 8687003. OLE color: 8687003.

HSL color Cylindrical-coordinate representation of color #9B8D84: hue angle of 23.48º degrees, saturation: 0.1, 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 #9B8D84 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB155141132-
CMYK00.090.150.39
HSL23.48º10.31%56.27%-
HSV(B)23.48º14.84%60.78%-
XYZ27.2127.6825.74-
YUV144.16121.14135.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=36.21%
G=32.94%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514113200.090.150.3923.4810.3156.27
Hex9B8D8409F2717a38
Octal2332152040111747271270
Binary100110111000110110000100010011111100111101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,141,132); }

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

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

 a { background-color: rgb(155,141,132); }

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

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

 span { border-color: rgb(155,141,132); }

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