Html Css Color HEX #604C5C Purple Taupe

📋 copy color: '#604C5C'

red 96 ◦ green 76 ◦ blue 92

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

Shades of Purple Taupe #604C5C

Tints of Purple Taupe #604C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.85%

R = 36.36%
G = 28.79%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#604C5C (or 0x604C5C) is known color: Purple Taupe. HEX triplet: 60, 4C and 5C. RGB value is (96,76,92). Sum of RGB (Red+Green+Blue) = 96+76+92=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 96 - color contains mainly: red. Hex color #604C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C5C is #9FB3A3. Grayscale: #535353. Windows color (decimal): -10466212 or 6048864. OLE color: 6048864.

HSL color Cylindrical-coordinate representation of color #604C5C: hue angle of 312º 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 #604C5C is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 76 92 -
CMYK 0 0.21 0.04 0.62
HSL 312º 0.12% 0.34% -
HSV(B) 312º 0.21% 0.38% -
XYZ 9.34 8.43 11.26 -
YUV 83.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 96 76 92 0 0.21 0.04 0.62 312 0.12 0.34
Hex 60 4C 5C 0 15 4 3E 138 C 22
Octal 140 114 134 0 25 4 76 470 14 42
Binary 1100000 1001100 1011100 0 10101 100 111110 100111000 1100 100010

Color Harmonies of #604C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C5C

Black with #604C5C

Text Example


Text Example

White with #604C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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