#604256

Color #604256 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #604256

Tints of Purple Taupe #604256

Color information

#604256 (or 0x604256) is unknown color: approx Purple Taupe. HEX triplet: 60, 42 and 56. RGB value is (96,66,86). Sum of RGB (Red+Green+Blue) = 96+66+86=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604256 is #9FBDA9. Grayscale: #4D4D4D. Windows color (decimal): -10468778 or 5653088. OLE color: 5653088.

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

Color convert

RGB966686-
CMYK00.310.100.62
HSL320º18.52%31.76%-
HSV(B)320º31.25%37.65%-
XYZ8.457.069.72-
YUV77.25132.94141.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=38.71%
G=26.61%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96668600.310.100.6232018.5231.76
Hex60425601FA3E1401320
Octal14010212603712765002340
Binary110000010000101010110011111101011111010100000010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604256; }

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

 H1.HeaderClassName
 {
   color: #604256;
 }
 .AnyTagClassName
 {
   color: #604256;
 }
</style>
background-color css

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

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

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

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

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

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