Html Css Color HEX #603956 Purple Taupe

📋 copy color: '#603956'

red 96 ◦ green 57 ◦ blue 86

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

Shades of Purple Taupe #603956

Tints of Purple Taupe #603956

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.85%

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

R = 40.17%
G = 23.85%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#603956 (or 0x603956) is known color: Purple Taupe. HEX triplet: 60, 39 and 56. RGB value is (96,57,86). Sum of RGB (Red+Green+Blue) = 96+57+86=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #603956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603956 is #9FC6A9. Grayscale: #474747. Windows color (decimal): -10471082 or 5650784. OLE color: 5650784.

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

Color convert

RGB 96 57 86 -
CMYK 0 0.41 0.10 0.62
HSL 315.38º 0.25% 0.3% -
HSV(B) 315.38º 0.41% 0.38% -
XYZ 7.97 6.08 9.56 -
YUV 71.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 96 57 86 0 0.41 0.10 0.62 315.38 0.25 0.3
Hex 60 39 56 0 29 A 3E 13B 19 1E
Octal 140 71 126 0 51 12 76 473 31 36
Binary 1100000 111001 1010110 0 101001 1010 111110 100111011 11001 11110

Color Harmonies of #603956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603956

Black with #603956

Text Example


Text Example

White with #603956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603956; }

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

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

background-color css

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

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

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

border-color css

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

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

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