Html Css Color HEX #969081 Heathered Grey

📋 copy color: '#969081'

red 150 ◦ green 144 ◦ blue 129

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

Shades of Heathered Grey #969081

Tints of Heathered Grey #969081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.04%

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

R = 35.46%
G = 34.04%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#969081 (or 0x969081) is known color: Heathered Grey. HEX triplet: 96, 90 and 81. RGB value is (150,144,129). Sum of RGB (Red+Green+Blue) = 150+144+129=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #969081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969081 is #696F7E. Grayscale: #909090. Windows color (decimal): -6909823 or 8491158. OLE color: 8491158.

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

Color convert

RGB 150 144 129 -
CMYK 0 0.04 0.14 0.41
HSL 42.86º 0.09% 0.55% -
HSV(B) 42.86º 0.14% 0.59% -
XYZ 26.51 28.02 24.78 -
YUV 144.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 150 144 129 0 0.04 0.14 0.41 42.86 0.09 0.55
Hex 96 90 81 0 4 E 29 2B 9 37
Octal 226 220 201 0 4 16 51 53 11 67
Binary 10010110 10010000 10000001 0 100 1110 101001 101011 1001 110111

Color Harmonies of #969081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969081

Black with #969081

Text Example


Text Example

White with #969081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969081; }

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

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

background-color css

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

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

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

border-color css

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

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

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