Html Css Color HEX #604D5B Purple Taupe

📋 copy color: '#604D5B'

red 96 ◦ green 77 ◦ blue 91

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

Shades of Purple Taupe #604D5B

Tints of Purple Taupe #604D5B

RGB

 RED value IS 96 (37.89% from 255) = 36.36%

 GREEN value IS 77 (30.47% from 255) = 29.17%

 BLUE value IS 91 (35.94% from 255) = 34.47%

R = 36.36%
G = 29.17%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#604D5B (or 0x604D5B) is known color: Purple Taupe. HEX triplet: 60, 4D and 5B. RGB value is (96,77,91). Sum of RGB (Red+Green+Blue) = 96+77+91=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 96 - color contains mainly: red. Hex color #604D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D5B is #9FB2A4. Grayscale: #545454. Windows color (decimal): -10465957 or 5983584. OLE color: 5983584.

HSL color Cylindrical-coordinate representation of color #604D5B: hue angle of 315.79º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #604D5B is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 77 91 -
CMYK 0 0.20 0.05 0.62
HSL 315.79º 0.11% 0.34% -
HSV(B) 315.79º 0.2% 0.38% -
XYZ 9.37 8.55 11.05 -
YUV 84.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 96 77 91 0 0.20 0.05 0.62 315.79 0.11 0.34
Hex 60 4D 5B 0 14 5 3E 13C B 22
Octal 140 115 133 0 24 5 76 474 13 42
Binary 1100000 1001101 1011011 0 10100 101 111110 100111100 1011 100010

Color Harmonies of #604D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D5B

Black with #604D5B

Text Example


Text Example

White with #604D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604D5B; }

 p { color: rgb(96,77,91); }

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

background-color css

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

 a { background-color: rgb(96,77,91); }

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

border-color css

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

 span { border-color: rgb(96,77,91); }

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