#968D82

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

Shades of Heathered Grey #968D82

Tints of Heathered Grey #968D82

Color information

#968D82 (or 0x968D82) is unknown color: approx Heathered Grey. HEX triplet: 96, 8D and 82. RGB value is (150,141,130). Sum of RGB (Red+Green+Blue) = 150+141+130=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #968D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968D82 is #69727D. Grayscale: #8E8E8E. Windows color (decimal): -6910590 or 8555926. OLE color: 8555926.

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

Color convert

RGB150141130-
CMYK00.060.130.41
HSL33º8.7%54.9%-
HSV(B)33º13.33%58.82%-
XYZ26.1327.1524.98-
YUV142.44120.98133.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 130 (51.17% from 255) = 30.88%
R=35.63%
G=33.49%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014113000.060.130.41338.754.9
Hex968D8206D2921937
Octal226215202061551411167
Binary100101101000110110000010011011011010011000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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