#968D7C

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

Shades of Heathered Grey #968D7C

Tints of Heathered Grey #968D7C

Color information

#968D7C (or 0x968D7C) is unknown color: approx Heathered Grey. HEX triplet: 96, 8D and 7C. RGB value is (150,141,124). Sum of RGB (Red+Green+Blue) = 150+141+124=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D7C is #697283. Grayscale: #8D8D8D. Windows color (decimal): -6910596 or 8162710. OLE color: 8162710.

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

Color convert

RGB150141124-
CMYK00.060.170.41
HSL39.23º11.02%53.73%-
HSV(B)39.23º17.33%58.82%-
XYZ25.7426.9922.92-
YUV141.75117.98133.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=36.14%
G=33.98%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014112400.060.170.4139.2311.0253.73
Hex968D7C06112927b36
Octal226215174062151471366
Binary100101101000110111111000110100011010011001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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