#9C917C

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

Shades of Heathered Grey #9C917C

Tints of Heathered Grey #9C917C

Color information

#9C917C (or 0x9C917C) is unknown color: approx Heathered Grey. HEX triplet: 9C, 91 and 7C. RGB value is (156,145,124). Sum of RGB (Red+Green+Blue) = 156+145+124=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 156 - color contains mainly: red. Hex color #9C917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C917C is #636E83. Grayscale: #919191. Windows color (decimal): -6516356 or 8163740. OLE color: 8163740.

HSL color Cylindrical-coordinate representation of color #9C917C: hue angle of 39.38º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C917C is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB156145124-
CMYK00.070.210.39
HSL39.38º13.91%54.9%-
HSV(B)39.38º20.51%61.18%-
XYZ27.4728.7723.17-
YUV145.89115.64135.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.71%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=36.71%
G=34.12%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614512400.070.210.3939.3813.9154.9
Hex9C917C07152727e37
Octal234221174072547471667
Binary100111001001000111111000111101011001111001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,145,124); }

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

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

 a { background-color: rgb(156,145,124); }

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

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

 span { border-color: rgb(156,145,124); }

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