#9C908B

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

Shades of Zorba #9C908B

Tints of Zorba #9C908B

Color information

#9C908B (or 0x9C908B) is unknown color: approx Zorba. HEX triplet: 9C, 90 and 8B. RGB value is (156,144,139). Sum of RGB (Red+Green+Blue) = 156+144+139=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 156 - color contains mainly: red. Hex color #9C908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C908B is #636F74. Grayscale: #939393. Windows color (decimal): -6516597 or 9146524. OLE color: 9146524.

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

Color convert

RGB156144139-
CMYK00.080.110.39
HSL17.65º7.91%57.84%-
HSV(B)17.65º10.9%61.18%-
XYZ28.3428.8828.51-
YUV147.02123.48134.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=35.54%
G=32.80%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614413900.080.110.3917.657.9157.84
Hex9C908B08B271283a
Octal2342202130101347221072
Binary100111001001000010001011010001011100111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,144,139); }

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

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

 a { background-color: rgb(156,144,139); }

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

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

 span { border-color: rgb(156,144,139); }

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