#9C928C

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

Shades of Zorba #9C928C

Tints of Zorba #9C928C

Color information

#9C928C (or 0x9C928C) is unknown color: approx Zorba. HEX triplet: 9C, 92 and 8C. RGB value is (156,146,140). Sum of RGB (Red+Green+Blue) = 156+146+140=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 156 - color contains mainly: red. Hex color #9C928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C928C is #636D73. Grayscale: #949494. Windows color (decimal): -6516084 or 9212572. OLE color: 9212572.

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

Color convert

RGB156146140-
CMYK00.060.100.39
HSL22.5º7.48%58.04%-
HSV(B)22.5º10.26%61.18%-
XYZ28.7229.5228.99-
YUV148.31123.31133.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.29%
GREEN value IS 146 (57.42% from 255) = 33.03%
BLUE value IS 140 (55.08% from 255) = 31.67%
R=35.29%
G=33.03%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614614000.060.100.3922.57.4858.04
Hex9C928C06A271773a
Octal23422221406124727772
Binary1001110010010010100011000110101010011110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,146,140); }

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

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

 a { background-color: rgb(156,146,140); }

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

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

 span { border-color: rgb(156,146,140); }

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