#9C927F

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

Shades of Heathered Grey #9C927F

Tints of Heathered Grey #9C927F

Color information

#9C927F (or 0x9C927F) is unknown color: approx Heathered Grey. HEX triplet: 9C, 92 and 7F. RGB value is (156,146,127). Sum of RGB (Red+Green+Blue) = 156+146+127=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 156 - color contains mainly: red. Hex color #9C927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C927F is #636D80. Grayscale: #929292. Windows color (decimal): -6516097 or 8360604. OLE color: 8360604.

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

Color convert

RGB156146127-
CMYK00.060.190.39
HSL39.31º12.78%55.49%-
HSV(B)39.31º18.59%61.18%-
XYZ27.8229.1624.24-
YUV146.82116.81134.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.36%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 127 (50% from 255) = 29.60%
R=36.36%
G=34.03%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614612700.060.190.3939.3112.7855.49
Hex9C927F06132727d37
Octal234222177062347471567
Binary100111001001001011111110110100111001111001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,146,127); }

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

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

 a { background-color: rgb(156,146,127); }

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

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

 span { border-color: rgb(156,146,127); }

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