#969183

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

Shades of Heathered Grey #969183

Tints of Heathered Grey #969183

Color information

#969183 (or 0x969183) is unknown color: approx Heathered Grey. HEX triplet: 96, 91 and 83. RGB value is (150,145,131). Sum of RGB (Red+Green+Blue) = 150+145+131=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #969183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969183 is #696E7C. Grayscale: #909090. Windows color (decimal): -6909565 or 8622486. OLE color: 8622486.

HSL color Cylindrical-coordinate representation of color #969183: hue angle of 44.21º degrees, saturation: 0.08, 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 #969183 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB150145131-
CMYK00.030.130.41
HSL44.21º8.3%55.1%-
HSV(B)44.21º12.67%58.82%-
XYZ26.828.3725.54-
YUV144.9120.16131.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=35.21%
G=34.04%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014513100.030.130.4144.218.355.1
Hex96918303D292c837
Octal226221203031551541067
Binary10010110100100011000001101111011010011011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969183; }

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

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

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

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

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

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

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

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