#9C917E

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

Shades of Heathered Grey #9C917E

Tints of Heathered Grey #9C917E

Color information

#9C917E (or 0x9C917E) is unknown color: approx Heathered Grey. HEX triplet: 9C, 91 and 7E. RGB value is (156,145,126). Sum of RGB (Red+Green+Blue) = 156+145+126=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 156 - color contains mainly: red. Hex color #9C917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C917E is #636E81. Grayscale: #929292. Windows color (decimal): -6516354 or 8294812. OLE color: 8294812.

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

Color convert

RGB156145126-
CMYK00.070.190.39
HSL38º13.16%55.29%-
HSV(B)38º19.23%61.18%-
XYZ27.628.8323.85-
YUV146.12116.64135.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.53%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=36.53%
G=33.96%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614512600.070.190.393813.1655.29
Hex9C917E07132726d37
Octal234221176072347461567
Binary100111001001000111111100111100111001111001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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