#968D85

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

Shades of Zorba #968D85

Tints of Zorba #968D85

Color information

#968D85 (or 0x968D85) is unknown color: approx Zorba. HEX triplet: 96, 8D and 85. RGB value is (150,141,133). Sum of RGB (Red+Green+Blue) = 150+141+133=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #968D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968D85 is #69727A. Grayscale: #8E8E8E. Windows color (decimal): -6910587 or 8752534. OLE color: 8752534.

HSL color Cylindrical-coordinate representation of color #968D85: hue angle of 28.24º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968D85 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB150141133-
CMYK00.060.110.41
HSL28.24º7.49%55.49%-
HSV(B)28.24º11.33%58.82%-
XYZ26.3427.2326.06-
YUV142.78122.48133.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=35.38%
G=33.25%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014113300.060.110.4128.247.4955.49
Hex968D8506B291c737
Octal22621520506135134767
Binary1001011010001101100001010110101110100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968D85; }

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

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

<style>
 a { background-color: #968D85; }

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

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

<style>
 span { border-color: #968D85; }

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

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