#603756

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

Shades of Purple Taupe #603756

Tints of Purple Taupe #603756

Color information

#603756 (or 0x603756) is unknown color: approx Purple Taupe. HEX triplet: 60, 37 and 56. RGB value is (96,55,86). Sum of RGB (Red+Green+Blue) = 96+55+86=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #603756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603756 is #9FC8A9. Grayscale: #464646. Windows color (decimal): -10471594 or 5650272. OLE color: 5650272.

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

Color convert

RGB965586-
CMYK00.430.100.62
HSL314.63º27.15%29.61%-
HSV(B)314.63º42.71%37.65%-
XYZ7.875.899.53-
YUV70.79136.58145.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=40.51%
G=23.21%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96558600.430.100.62314.6327.1529.61
Hex60375602BA3E13b1b1e
Octal1406712605312764733336
Binary11000001101111010110010101110101111101001110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603756; }

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

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

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

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

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

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

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

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