Html Css Color HEX #968395 Taupe Grey

📋 copy color: '#968395'

red 150 ◦ green 131 ◦ blue 149

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

Shades of Taupe Grey #968395

Tints of Taupe Grey #968395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 34.88%
G = 30.47%
B = 34.65%

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

#968395 (or 0x968395) is known color: Taupe Grey. HEX triplet: 96, 83 and 95. RGB value is (150,131,149). Sum of RGB (Red+Green+Blue) = 150+131+149=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 150 - color contains mainly: red. Hex color #968395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968395 is #697C6A. Grayscale: #8A8A8A. Windows color (decimal): -6913131 or 9798550. OLE color: 9798550.

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

Color convert

RGB 150 131 149 -
CMYK 0 0.13 0.01 0.41
HSL 303.16º 0.08% 0.55% -
HSV(B) 303.16º 0.13% 0.59% -
XYZ 26.12 24.89 31.86 -
YUV 138.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 150 131 149 0 0.13 0.01 0.41 303.16 0.08 0.55
Hex 96 83 95 0 D 1 29 12F 8 37
Octal 226 203 225 0 15 1 51 457 10 67
Binary 10010110 10000011 10010101 0 1101 1 101001 100101111 1000 110111

Color Harmonies of #968395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968395

Black with #968395

Text Example


Text Example

White with #968395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968395; }

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

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

background-color css

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

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

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

border-color css

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

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

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