#968F84

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

Shades of Heathered Grey #968F84

Tints of Heathered Grey #968F84

Color information

#968F84 (or 0x968F84) is unknown color: approx Heathered Grey. HEX triplet: 96, 8F and 84. RGB value is (150,143,132). Sum of RGB (Red+Green+Blue) = 150+143+132=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #968F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968F84 is #69707B. Grayscale: #8F8F8F. Windows color (decimal): -6910076 or 8687510. OLE color: 8687510.

HSL color Cylindrical-coordinate representation of color #968F84: hue angle of 36.67º 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 #968F84 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB150143132-
CMYK00.050.120.41
HSL36.67º7.89%55.29%-
HSV(B)36.67º12%58.82%-
XYZ26.5627.7925.79-
YUV143.84121.32132.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=35.29%
G=33.65%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014313200.050.120.4136.677.8955.29
Hex968F8405C2925837
Octal226217204051451451067
Binary100101101000111110000100010111001010011001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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