Html Css Color HEX #918591 Taupe Grey

📋 copy color: '#918591'

red 145 ◦ green 133 ◦ blue 145

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

Shades of Taupe Grey #918591

Tints of Taupe Grey #918591

RGB

 RED value IS 145 (57.03% from 255) = 34.28%

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

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

R = 34.28%
G = 31.44%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#918591 (or 0x918591) is known color: Taupe Grey. HEX triplet: 91, 85 and 91. RGB value is (145,133,145). Sum of RGB (Red+Green+Blue) = 145+133+145=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #918591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918591 is #6E7A6E. Grayscale: #898989. Windows color (decimal): -7240303 or 9536913. OLE color: 9536913.

HSL color Cylindrical-coordinate representation of color #918591: hue angle of 300º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #918591 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 133 145 -
CMYK 0 0.08 0 0.43
HSL 300º 0.05% 0.55% -
HSV(B) 300º 0.08% 0.57% -
XYZ 25.18 24.84 30.26 -
YUV 137.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 145 133 145 0 0.08 0 0.43 300 0.05 0.55
Hex 91 85 91 0 8 0 2B 12C 5 37
Octal 221 205 221 0 10 0 53 454 5 67
Binary 10010001 10000101 10010001 0 1000 0 101011 100101100 101 110111

Color Harmonies of #918591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918591

Black with #918591

Text Example


Text Example

White with #918591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918591; }

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

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

background-color css

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

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

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

border-color css

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

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

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