#968F82

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

Shades of Heathered Grey #968F82

Tints of Heathered Grey #968F82

Color information

#968F82 (or 0x968F82) is unknown color: approx Heathered Grey. HEX triplet: 96, 8F and 82. RGB value is (150,143,130). Sum of RGB (Red+Green+Blue) = 150+143+130=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #968F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968F82 is #69707D. Grayscale: #8F8F8F. Windows color (decimal): -6910078 or 8556438. OLE color: 8556438.

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

Color convert

RGB150143130-
CMYK00.050.130.41
HSL39º8.7%54.9%-
HSV(B)39º13.33%58.82%-
XYZ26.4327.7425.08-
YUV143.61120.32132.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=35.46%
G=33.81%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014313000.050.130.41398.754.9
Hex968F8205D2927937
Octal226217202051551471167
Binary100101101000111110000010010111011010011001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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