Html Css Color HEX #959181 Heathered Grey

📋 copy color: '#959181'

red 149 ◦ green 145 ◦ blue 129

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

Shades of Heathered Grey #959181

Tints of Heathered Grey #959181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 35.22%
G = 34.28%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#959181 (or 0x959181) is known color: Heathered Grey. HEX triplet: 95, 91 and 81. RGB value is (149,145,129). Sum of RGB (Red+Green+Blue) = 149+145+129=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #959181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959181 is #6A6E7E. Grayscale: #909090. Windows color (decimal): -6975103 or 8491413. OLE color: 8491413.

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

Color convert

RGB 149 145 129 -
CMYK 0 0.03 0.13 0.42
HSL 48º 0.09% 0.55% -
HSV(B) 48º 0.13% 0.58% -
XYZ 26.48 28.23 24.82 -
YUV 144.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 149 145 129 0 0.03 0.13 0.42 48 0.09 0.55
Hex 95 91 81 0 3 D 2A 30 9 37
Octal 225 221 201 0 3 15 52 60 11 67
Binary 10010101 10010001 10000001 0 11 1101 101010 110000 1001 110111

Color Harmonies of #959181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959181

Black with #959181

Text Example


Text Example

White with #959181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959181; }

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

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

background-color css

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

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

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

border-color css

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

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

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