Html Css Color HEX #969181 Heathered Grey

📋 copy color: '#969181'

red 150 ◦ green 145 ◦ blue 129

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

Shades of Heathered Grey #969181

Tints of Heathered Grey #969181

RGB

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

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

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

R = 35.38%
G = 34.2%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#969181 (or 0x969181) is known color: Heathered Grey. HEX triplet: 96, 91 and 81. RGB value is (150,145,129). Sum of RGB (Red+Green+Blue) = 150+145+129=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #969181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969181 is #696E7E. Grayscale: #909090. Windows color (decimal): -6909567 or 8491414. OLE color: 8491414.

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

Color convert

RGB 150 145 129 -
CMYK 0 0.03 0.14 0.41
HSL 45.71º 0.09% 0.55% -
HSV(B) 45.71º 0.14% 0.59% -
XYZ 26.67 28.32 24.83 -
YUV 144.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 150 145 129 0 0.03 0.14 0.41 45.71 0.09 0.55
Hex 96 91 81 0 3 E 29 2E 9 37
Octal 226 221 201 0 3 16 51 56 11 67
Binary 10010110 10010001 10000001 0 11 1110 101001 101110 1001 110111

Color Harmonies of #969181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969181

Black with #969181

Text Example


Text Example

White with #969181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969181; }

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

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

background-color css

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

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

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

border-color css

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

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

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