Html Css Color HEX #959186 Heathered Grey

📋 copy color: '#959186'

red 149 ◦ green 145 ◦ blue 134

#959186
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heathered Grey #959186

Tints of Heathered Grey #959186

RGB

 RED value IS 149 (58.59% from 255) = 34.81%

 GREEN value IS 145 (57.03% from 255) = 33.88%

 BLUE value IS 134 (52.73% from 255) = 31.31%

R = 34.81%
G = 33.88%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#959186 (or 0x959186) is known color: Heathered Grey. HEX triplet: 95, 91 and 86. RGB value is (149,145,134). Sum of RGB (Red+Green+Blue) = 149+145+134=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #959186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959186 is #6A6E79. Grayscale: #909090. Windows color (decimal): -6975098 or 8819093. OLE color: 8819093.

HSL color Cylindrical-coordinate representation of color #959186: hue angle of 44º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #959186 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 134 -
CMYK 0 0.03 0.10 0.42
HSL 44º 0.07% 0.55% -
HSV(B) 44º 0.1% 0.58% -
XYZ 26.82 28.36 26.61 -
YUV 144.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 149 145 134 0 0.03 0.10 0.42 44 0.07 0.55
Hex 95 91 86 0 3 A 2A 2C 7 37
Octal 225 221 206 0 3 12 52 54 7 67
Binary 10010101 10010001 10000110 0 11 1010 101010 101100 111 110111

Color Harmonies of #959186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959186

Black with #959186

Text Example


Text Example

White with #959186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959186; }

 p { color: rgb(149,145,134); }

 H1.HeaderClassName
 {
   color: #959186;
 }
 .AnyTagClassName
 {
   color: #959186;
 }
</style>

background-color css

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

 a { background-color: rgb(149,145,134); }

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

border-color css

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

 span { border-color: rgb(149,145,134); }

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