#9C968F

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

Shades of Zorba #9C968F

Tints of Zorba #9C968F

Color information

#9C968F (or 0x9C968F) is unknown color: approx Zorba. HEX triplet: 9C, 96 and 8F. RGB value is (156,150,143). Sum of RGB (Red+Green+Blue) = 156+150+143=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 156 - color contains mainly: red. Hex color #9C968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C968F is #636970. Grayscale: #979797. Windows color (decimal): -6515057 or 9410204. OLE color: 9410204.

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

Color convert

RGB156150143-
CMYK00.040.080.39
HSL32.31º6.16%58.63%-
HSV(B)32.31º8.33%61.18%-
XYZ29.5730.8630.39-
YUV151123.49131.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.74%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=34.74%
G=33.41%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615014300.040.080.3932.316.1658.63
Hex9C968F048272063b
Octal23422621704104740673
Binary10011100100101101000111101001000100111100000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,150,143); }

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

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

 a { background-color: rgb(156,150,143); }

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

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

 span { border-color: rgb(156,150,143); }

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