Html Css Color HEX #968595 Taupe Grey

📋 copy color: '#968595'

red 150 ◦ green 133 ◦ blue 149

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

Shades of Taupe Grey #968595

Tints of Taupe Grey #968595

RGB

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

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

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

R = 34.72%
G = 30.79%
B = 34.49%

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

#968595 (or 0x968595) is known color: Taupe Grey. HEX triplet: 96, 85 and 95. RGB value is (150,133,149). Sum of RGB (Red+Green+Blue) = 150+133+149=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 150 - color contains mainly: red. Hex color #968595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968595 is #697A6A. Grayscale: #8B8B8B. Windows color (decimal): -6912619 or 9799062. OLE color: 9799062.

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

Color convert

RGB 150 133 149 -
CMYK 0 0.11 0.01 0.41
HSL 303.53º 0.07% 0.55% -
HSV(B) 303.53º 0.11% 0.59% -
XYZ 26.39 25.43 31.95 -
YUV 139.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 150 133 149 0 0.11 0.01 0.41 303.53 0.07 0.55
Hex 96 85 95 0 B 1 29 130 7 37
Octal 226 205 225 0 13 1 51 460 7 67
Binary 10010110 10000101 10010101 0 1011 1 101001 100110000 111 110111

Color Harmonies of #968595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968595

Black with #968595

Text Example


Text Example

White with #968595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968595; }

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

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

background-color css

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

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

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

border-color css

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

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

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