#969085

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

Shades of Heathered Grey #969085

Tints of Heathered Grey #969085

Color information

#969085 (or 0x969085) is unknown color: approx Heathered Grey. HEX triplet: 96, 90 and 85. RGB value is (150,144,133). Sum of RGB (Red+Green+Blue) = 150+144+133=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 150 - color contains mainly: red. Hex color #969085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969085 is #696F7A. Grayscale: #909090. Windows color (decimal): -6909819 or 8753302. OLE color: 8753302.

HSL color Cylindrical-coordinate representation of color #969085: hue angle of 38.82º 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 #969085 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB150144133-
CMYK00.040.110.41
HSL38.82º7.49%55.49%-
HSV(B)38.82º11.33%58.82%-
XYZ26.7828.1226.21-
YUV144.54121.49131.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 133 (52.34% from 255) = 31.15%
R=35.13%
G=33.72%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014413300.040.110.4138.827.4955.49
Hex96908504B2927737
Octal22622020504135147767
Binary10010110100100001000010101001011101001100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969085; }

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

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

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

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

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

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

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

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