Html Css Color HEX #634760 Purple Taupe

📋 copy color: '#634760'

red 99 ◦ green 71 ◦ blue 96

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

Shades of Purple Taupe #634760

Tints of Purple Taupe #634760

RGB

 RED value IS 99 (39.06% from 255) = 37.22%

 GREEN value IS 71 (28.13% from 255) = 26.69%

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 37.22%
G = 26.69%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#634760 (or 0x634760) is known color: Purple Taupe. HEX triplet: 63, 47 and 60. RGB value is (99,71,96). Sum of RGB (Red+Green+Blue) = 99+71+96=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #634760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634760 is #9CB89F. Grayscale: #525252. Windows color (decimal): -10270880 or 6309731. OLE color: 6309731.

HSL color Cylindrical-coordinate representation of color #634760: hue angle of 306.43º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #634760 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 71 96 -
CMYK 0 0.28 0.03 0.61
HSL 306.43º 0.16% 0.33% -
HSV(B) 306.43º 0.28% 0.39% -
XYZ 9.51 8 12.11 -
YUV 82.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 99 71 96 0 0.28 0.03 0.61 306.43 0.16 0.33
Hex 63 47 60 0 1C 3 3D 132 10 21
Octal 143 107 140 0 34 3 75 462 20 41
Binary 1100011 1000111 1100000 0 11100 11 111101 100110010 10000 100001

Color Harmonies of #634760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634760

Black with #634760

Text Example


Text Example

White with #634760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634760; }

 p { color: rgb(99,71,96); }

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

background-color css

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

 a { background-color: rgb(99,71,96); }

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

border-color css

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

 span { border-color: rgb(99,71,96); }

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