Html Css Color HEX #968591 Taupe Grey

📋 copy color: '#968591'

red 150 ◦ green 133 ◦ blue 145

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

Shades of Taupe Grey #968591

Tints of Taupe Grey #968591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 35.05%
G = 31.07%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#968591 (or 0x968591) is known color: Taupe Grey. HEX triplet: 96, 85 and 91. RGB value is (150,133,145). Sum of RGB (Red+Green+Blue) = 150+133+145=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #968591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968591 is #697A6E. Grayscale: #8B8B8B. Windows color (decimal): -6912623 or 9536918. OLE color: 9536918.

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

Color convert

RGB 150 133 145 -
CMYK 0 0.11 0.03 0.41
HSL 317.65º 0.07% 0.55% -
HSV(B) 317.65º 0.11% 0.59% -
XYZ 26.08 25.3 30.3 -
YUV 139.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 150 133 145 0 0.11 0.03 0.41 317.65 0.07 0.55
Hex 96 85 91 0 B 3 29 13E 7 37
Octal 226 205 221 0 13 3 51 476 7 67
Binary 10010110 10000101 10010001 0 1011 11 101001 100111110 111 110111

Color Harmonies of #968591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968591

Black with #968591

Text Example


Text Example

White with #968591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968591; }

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

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

background-color css

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

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

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

border-color css

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

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

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