Html Css Color HEX #968193 Taupe Grey

📋 copy color: '#968193'

red 150 ◦ green 129 ◦ blue 147

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

Shades of Taupe Grey #968193

Tints of Taupe Grey #968193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.28%

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 35.21%
G = 30.28%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#968193 (or 0x968193) is known color: Taupe Grey. HEX triplet: 96, 81 and 93. RGB value is (150,129,147). Sum of RGB (Red+Green+Blue) = 150+129+147=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #968193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968193 is #697E6C. Grayscale: #898989. Windows color (decimal): -6913645 or 9666966. OLE color: 9666966.

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

Color convert

RGB 150 129 147 -
CMYK 0 0.14 0.02 0.41
HSL 308.57º 0.09% 0.55% -
HSV(B) 308.57º 0.14% 0.59% -
XYZ 25.69 24.29 30.94 -
YUV 137.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 150 129 147 0 0.14 0.02 0.41 308.57 0.09 0.55
Hex 96 81 93 0 E 2 29 135 9 37
Octal 226 201 223 0 16 2 51 465 11 67
Binary 10010110 10000001 10010011 0 1110 10 101001 100110101 1001 110111

Color Harmonies of #968193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968193

Black with #968193

Text Example


Text Example

White with #968193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968193; }

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

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

background-color css

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

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

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

border-color css

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

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

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