Html Css Color HEX #969186 Heathered Grey

📋 copy color: '#969186'

red 150 ◦ green 145 ◦ blue 134

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

Shades of Heathered Grey #969186

Tints of Heathered Grey #969186

RGB

 RED value IS 150 (58.98% from 255) = 34.97%

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

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

R = 34.97%
G = 33.8%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#969186 (or 0x969186) is known color: Heathered Grey. HEX triplet: 96, 91 and 86. RGB value is (150,145,134). Sum of RGB (Red+Green+Blue) = 150+145+134=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #969186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969186 is #696E79. Grayscale: #919191. Windows color (decimal): -6909562 or 8819094. OLE color: 8819094.

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

Color convert

RGB 150 145 134 -
CMYK 0 0.03 0.11 0.41
HSL 41.25º 0.07% 0.56% -
HSV(B) 41.25º 0.11% 0.59% -
XYZ 27.01 28.46 26.62 -
YUV 145.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 150 145 134 0 0.03 0.11 0.41 41.25 0.07 0.56
Hex 96 91 86 0 3 B 29 29 7 38
Octal 226 221 206 0 3 13 51 51 7 70
Binary 10010110 10010001 10000110 0 11 1011 101001 101001 111 111000

Color Harmonies of #969186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969186

Black with #969186

Text Example


Text Example

White with #969186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969186; }

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

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

background-color css

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

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

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

border-color css

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

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

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