Html Css Color HEX #968594 Taupe Grey

📋 copy color: '#968594'

red 150 ◦ green 133 ◦ blue 148

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

Shades of Taupe Grey #968594

Tints of Taupe Grey #968594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.86%

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

R = 34.8%
G = 30.86%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#968594 (or 0x968594) is known color: Taupe Grey. HEX triplet: 96, 85 and 94. RGB value is (150,133,148). Sum of RGB (Red+Green+Blue) = 150+133+148=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 150 - color contains mainly: red. Hex color #968594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968594 is #697A6B. Grayscale: #8B8B8B. Windows color (decimal): -6912620 or 9733526. OLE color: 9733526.

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

Color convert

RGB 150 133 148 -
CMYK 0 0.11 0.01 0.41
HSL 307.06º 0.07% 0.55% -
HSV(B) 307.06º 0.11% 0.59% -
XYZ 26.31 25.4 31.53 -
YUV 139.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 150 133 148 0 0.11 0.01 0.41 307.06 0.07 0.55
Hex 96 85 94 0 B 1 29 133 7 37
Octal 226 205 224 0 13 1 51 463 7 67
Binary 10010110 10000101 10010100 0 1011 1 101001 100110011 111 110111

Color Harmonies of #968594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968594

Black with #968594

Text Example


Text Example

White with #968594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968594; }

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

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

background-color css

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

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

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

border-color css

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

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

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