Html Css Color HEX #604156 Purple Taupe

📋 copy color: '#604156'

red 96 ◦ green 65 ◦ blue 86

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

Shades of Purple Taupe #604156

Tints of Purple Taupe #604156

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

 BLUE value IS 86 (33.98% from 255) = 34.82%

R = 38.87%
G = 26.32%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#604156 (or 0x604156) is known color: Purple Taupe. HEX triplet: 60, 41 and 56. RGB value is (96,65,86). Sum of RGB (Red+Green+Blue) = 96+65+86=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #604156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604156 is #9FBEA9. Grayscale: #4C4C4C. Windows color (decimal): -10469034 or 5652832. OLE color: 5652832.

HSL color Cylindrical-coordinate representation of color #604156: hue angle of 319.35º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604156 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 65 86 -
CMYK 0 0.32 0.10 0.62
HSL 319.35º 0.19% 0.32% -
HSV(B) 319.35º 0.32% 0.38% -
XYZ 8.39 6.94 9.7 -
YUV 76.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 96 65 86 0 0.32 0.10 0.62 319.35 0.19 0.32
Hex 60 41 56 0 20 A 3E 13F 13 20
Octal 140 101 126 0 40 12 76 477 23 40
Binary 1100000 1000001 1010110 0 100000 1010 111110 100111111 10011 100000

Color Harmonies of #604156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604156

Black with #604156

Text Example


Text Example

White with #604156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604156; }

 p { color: rgb(96,65,86); }

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

background-color css

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

 a { background-color: rgb(96,65,86); }

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

border-color css

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

 span { border-color: rgb(96,65,86); }

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