#968E82

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

Shades of Heathered Grey #968E82

Tints of Heathered Grey #968E82

Color information

#968E82 (or 0x968E82) is unknown color: approx Heathered Grey. HEX triplet: 96, 8E and 82. RGB value is (150,142,130). Sum of RGB (Red+Green+Blue) = 150+142+130=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #968E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E82 is #69717D. Grayscale: #8F8F8F. Windows color (decimal): -6910334 or 8556182. OLE color: 8556182.

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

Color convert

RGB150142130-
CMYK00.050.130.41
HSL36º8.7%54.9%-
HSV(B)36º13.33%58.82%-
XYZ26.2827.4425.03-
YUV143.02120.65132.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=35.55%
G=33.65%
B=30.81%

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
Decimal15014213000.050.130.41368.754.9
Hex968E8205D2924937
Octal226216202051551441167
Binary100101101000111010000010010111011010011001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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