#969087

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

Shades of Heathered Grey #969087

Tints of Heathered Grey #969087

Color information

#969087 (or 0x969087) is unknown color: approx Heathered Grey. HEX triplet: 96, 90 and 87. RGB value is (150,144,135). Sum of RGB (Red+Green+Blue) = 150+144+135=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #969087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969087 is #696F78. Grayscale: #909090. Windows color (decimal): -6909817 or 8884374. OLE color: 8884374.

HSL color Cylindrical-coordinate representation of color #969087: hue angle of 36º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #969087 is Cyan = 0, Magento = 0.04, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB150144135-
CMYK00.040.10.41
HSL36º6.67%55.88%-
HSV(B)36º10%58.82%-
XYZ26.9228.1826.94-
YUV144.77122.49131.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=34.97%
G=33.57%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014413500.040.10.41366.6755.88
Hex96908704A2924738
Octal22622020704125144770
Binary10010110100100001000011101001010101001100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969087; }

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

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

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

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

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

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

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

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