#968D84

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

Shades of Heathered Grey #968D84

Tints of Heathered Grey #968D84

Color information

#968D84 (or 0x968D84) is unknown color: approx Heathered Grey. HEX triplet: 96, 8D and 84. RGB value is (150,141,132). Sum of RGB (Red+Green+Blue) = 150+141+132=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #968D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968D84 is #69727B. Grayscale: #8E8E8E. Windows color (decimal): -6910588 or 8686998. OLE color: 8686998.

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

Color convert

RGB150141132-
CMYK00.060.120.41
HSL30º7.89%55.29%-
HSV(B)30º12%58.82%-
XYZ26.2727.225.7-
YUV142.66121.98133.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=35.46%
G=33.33%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014113200.060.120.41307.8955.29
Hex968D8406C291e837
Octal226215204061451361067
Binary10010110100011011000010001101100101001111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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