#969184

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

Shades of Heathered Grey #969184

Tints of Heathered Grey #969184

Color information

#969184 (or 0x969184) is unknown color: approx Heathered Grey. HEX triplet: 96, 91 and 84. RGB value is (150,145,132). Sum of RGB (Red+Green+Blue) = 150+145+132=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 150 - color contains mainly: red. Hex color #969184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969184 is #696E7B. Grayscale: #919191. Windows color (decimal): -6909564 or 8688022. OLE color: 8688022.

HSL color Cylindrical-coordinate representation of color #969184: hue angle of 43.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #969184 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB150145132-
CMYK00.030.120.41
HSL43.33º7.89%55.29%-
HSV(B)43.33º12%58.82%-
XYZ26.8728.425.9-
YUV145.01120.66131.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=35.13%
G=33.96%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014513200.030.120.4143.337.8955.29
Hex96918403C292b837
Octal226221204031451531067
Binary10010110100100011000010001111001010011010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969184; }

 p { color: rgb(150,145,132); }

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

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

 a { background-color: rgb(150,145,132); }

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

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

 span { border-color: rgb(150,145,132); }

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