#9D968D

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

Shades of Zorba #9D968D

Tints of Zorba #9D968D

Color information

#9D968D (or 0x9D968D) is unknown color: approx Zorba. HEX triplet: 9D, 96 and 8D. RGB value is (157,150,141). Sum of RGB (Red+Green+Blue) = 157+150+141=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 157 - color contains mainly: red. Hex color #9D968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D968D is #626972. Grayscale: #979797. Windows color (decimal): -6449523 or 9279133. OLE color: 9279133.

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

Color convert

RGB157150141-
CMYK00.040.100.38
HSL33.75º7.55%58.43%-
HSV(B)33.75º10.19%61.57%-
XYZ29.6230.929.6-
YUV151.07122.32132.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=35.04%
G=33.48%
B=31.47%

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
Decimal15715014100.040.100.3833.757.5558.43
Hex9D968D04A262283a
Octal235226215041246421072
Binary100111011001011010001101010010101001101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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