Html Css Color HEX #968394 Taupe Grey

📋 copy color: '#968394'

red 150 ◦ green 131 ◦ blue 148

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

Shades of Taupe Grey #968394

Tints of Taupe Grey #968394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.54%

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 34.97%
G = 30.54%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#968394 (or 0x968394) is known color: Taupe Grey. HEX triplet: 96, 83 and 94. RGB value is (150,131,148). Sum of RGB (Red+Green+Blue) = 150+131+148=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #968394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968394 is #697C6B. Grayscale: #8A8A8A. Windows color (decimal): -6913132 or 9733014. OLE color: 9733014.

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

Color convert

RGB 150 131 148 -
CMYK 0 0.13 0.01 0.41
HSL 306.32º 0.08% 0.55% -
HSV(B) 306.32º 0.13% 0.59% -
XYZ 26.04 24.85 31.44 -
YUV 138.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 150 131 148 0 0.13 0.01 0.41 306.32 0.08 0.55
Hex 96 83 94 0 D 1 29 132 8 37
Octal 226 203 224 0 15 1 51 462 10 67
Binary 10010110 10000011 10010100 0 1101 1 101001 100110010 1000 110111

Color Harmonies of #968394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968394

Black with #968394

Text Example


Text Example

White with #968394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968394; }

 p { color: rgb(150,131,148); }

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

background-color css

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

 a { background-color: rgb(150,131,148); }

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

border-color css

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

 span { border-color: rgb(150,131,148); }

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