Html Css Color HEX #969187 Heathered Grey

📋 copy color: '#969187'

red 150 ◦ green 145 ◦ blue 135

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

Shades of Heathered Grey #969187

Tints of Heathered Grey #969187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.4%

R = 34.88%
G = 33.72%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#969187 (or 0x969187) is known color: Heathered Grey. HEX triplet: 96, 91 and 87. RGB value is (150,145,135). Sum of RGB (Red+Green+Blue) = 150+145+135=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 150 - color contains mainly: red. Hex color #969187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969187 is #696E78. Grayscale: #919191. Windows color (decimal): -6909561 or 8884630. OLE color: 8884630.

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

Color convert

RGB 150 145 135 -
CMYK 0 0.03 0.1 0.41
HSL 40º 0.07% 0.56% -
HSV(B) 40º 0.1% 0.59% -
XYZ 27.08 28.48 26.99 -
YUV 145.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 150 145 135 0 0.03 0.1 0.41 40 0.07 0.56
Hex 96 91 87 0 3 A 29 28 7 38
Octal 226 221 207 0 3 12 51 50 7 70
Binary 10010110 10010001 10000111 0 11 1010 101001 101000 111 111000

Color Harmonies of #969187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969187

Black with #969187

Text Example


Text Example

White with #969187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969187; }

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

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

background-color css

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

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

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

border-color css

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

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

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