Html Css Color HEX #968491 Taupe Grey

📋 copy color: '#968491'

red 150 ◦ green 132 ◦ blue 145

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

Shades of Taupe Grey #968491

Tints of Taupe Grey #968491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.91%

 BLUE value IS 145 (57.03% from 255) = 33.96%

R = 35.13%
G = 30.91%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#968491 (or 0x968491) is known color: Taupe Grey. HEX triplet: 96, 84 and 91. RGB value is (150,132,145). Sum of RGB (Red+Green+Blue) = 150+132+145=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 150 - color contains mainly: red. Hex color #968491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968491 is #697B6E. Grayscale: #8A8A8A. Windows color (decimal): -6912879 or 9536662. OLE color: 9536662.

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

Color convert

RGB 150 132 145 -
CMYK 0 0.12 0.03 0.41
HSL 316.67º 0.08% 0.55% -
HSV(B) 316.67º 0.12% 0.59% -
XYZ 25.94 25.03 30.25 -
YUV 138.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 150 132 145 0 0.12 0.03 0.41 316.67 0.08 0.55
Hex 96 84 91 0 C 3 29 13D 8 37
Octal 226 204 221 0 14 3 51 475 10 67
Binary 10010110 10000100 10010001 0 1100 11 101001 100111101 1000 110111

Color Harmonies of #968491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968491

Black with #968491

Text Example


Text Example

White with #968491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968491; }

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

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

background-color css

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

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

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

border-color css

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

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

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