#9D968E

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

Shades of Zorba #9D968E

Tints of Zorba #9D968E

Color information

#9D968E (or 0x9D968E) is unknown color: approx Zorba. HEX triplet: 9D, 96 and 8E. RGB value is (157,150,142). Sum of RGB (Red+Green+Blue) = 157+150+142=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 157 - color contains mainly: red. Hex color #9D968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D968E is #626971. Grayscale: #979797. Windows color (decimal): -6449522 or 9344669. OLE color: 9344669.

HSL color Cylindrical-coordinate representation of color #9D968E: hue angle of 32º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D968E is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB157150142-
CMYK00.040.100.38
HSL32º7.11%58.63%-
HSV(B)32º9.55%61.57%-
XYZ29.6930.9330-
YUV151.18122.82132.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.97%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=34.97%
G=33.41%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715014200.040.100.38327.1158.63
Hex9D968E04A262073b
Octal23522621604124640773
Binary10011101100101101000111001001010100110100000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,150,142); }

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

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

 a { background-color: rgb(157,150,142); }

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

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

 span { border-color: rgb(157,150,142); }

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