#9C958F

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

Shades of Zorba #9C958F

Tints of Zorba #9C958F

Color information

#9C958F (or 0x9C958F) is unknown color: approx Zorba. HEX triplet: 9C, 95 and 8F. RGB value is (156,149,143). Sum of RGB (Red+Green+Blue) = 156+149+143=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 156 - color contains mainly: red. Hex color #9C958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C958F is #636A70. Grayscale: #969696. Windows color (decimal): -6515313 or 9409948. OLE color: 9409948.

HSL color Cylindrical-coordinate representation of color #9C958F: hue angle of 27.69º 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 #9C958F is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB156149143-
CMYK00.040.080.39
HSL27.69º6.16%58.63%-
HSV(B)27.69º8.33%61.18%-
XYZ29.4230.5530.33-
YUV150.41123.82131.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=34.82%
G=33.26%
B=31.92%

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
Decimal15614914300.040.080.3927.696.1658.63
Hex9C958F048271c63b
Octal23422521704104734673
Binary1001110010010101100011110100100010011111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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