#968F85

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

Shades of Heathered Grey #968F85

Tints of Heathered Grey #968F85

Color information

#968F85 (or 0x968F85) is unknown color: approx Heathered Grey. HEX triplet: 96, 8F and 85. RGB value is (150,143,133). Sum of RGB (Red+Green+Blue) = 150+143+133=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #968F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968F85 is #69707A. Grayscale: #909090. Windows color (decimal): -6910075 or 8753046. OLE color: 8753046.

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

Color convert

RGB150143133-
CMYK00.050.110.41
HSL35.29º7.49%55.49%-
HSV(B)35.29º11.33%58.82%-
XYZ26.6327.8226.16-
YUV143.95121.82132.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=35.21%
G=33.57%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014313300.050.110.4135.297.4955.49
Hex968F8505B2923737
Octal22621720505135143767
Binary10010110100011111000010101011011101001100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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