Html Css Color HEX #604C5B Purple Taupe

📋 copy color: '#604C5B'

red 96 ◦ green 76 ◦ blue 91

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

Shades of Purple Taupe #604C5B

Tints of Purple Taupe #604C5B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.9%

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

R = 36.5%
G = 28.9%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#604C5B (or 0x604C5B) is known color: Purple Taupe. HEX triplet: 60, 4C and 5B. RGB value is (96,76,91). Sum of RGB (Red+Green+Blue) = 96+76+91=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 96 - color contains mainly: red. Hex color #604C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C5B is #9FB3A4. Grayscale: #535353. Windows color (decimal): -10466213 or 5983328. OLE color: 5983328.

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

Color convert

RGB 96 76 91 -
CMYK 0 0.21 0.05 0.62
HSL 315º 0.12% 0.34% -
HSV(B) 315º 0.21% 0.38% -
XYZ 9.3 8.41 11.03 -
YUV 83.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 96 76 91 0 0.21 0.05 0.62 315 0.12 0.34
Hex 60 4C 5B 0 15 5 3E 13B C 22
Octal 140 114 133 0 25 5 76 473 14 42
Binary 1100000 1001100 1011011 0 10101 101 111110 100111011 1100 100010

Color Harmonies of #604C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C5B

Black with #604C5B

Text Example


Text Example

White with #604C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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