Html Css Color HEX #634A5C Purple Taupe

📋 copy color: '#634A5C'

red 99 ◦ green 74 ◦ blue 92

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

Shades of Purple Taupe #634A5C

Tints of Purple Taupe #634A5C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.92%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 37.36%
G = 27.92%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#634A5C (or 0x634A5C) is known color: Purple Taupe. HEX triplet: 63, 4A and 5C. RGB value is (99,74,92). Sum of RGB (Red+Green+Blue) = 99+74+92=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #634A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A5C is #9CB5A3. Grayscale: #535353. Windows color (decimal): -10270116 or 6048355. OLE color: 6048355.

HSL color Cylindrical-coordinate representation of color #634A5C: hue angle of 316.8º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #634A5C is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 74 92 -
CMYK 0 0.25 0.07 0.61
HSL 316.8º 0.14% 0.34% -
HSV(B) 316.8º 0.25% 0.39% -
XYZ 9.53 8.32 11.23 -
YUV 83.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 99 74 92 0 0.25 0.07 0.61 316.8 0.14 0.34
Hex 63 4A 5C 0 19 7 3D 13D E 22
Octal 143 112 134 0 31 7 75 475 16 42
Binary 1100011 1001010 1011100 0 11001 111 111101 100111101 1110 100010

Color Harmonies of #634A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634A5C

Black with #634A5C

Text Example


Text Example

White with #634A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634A5C; }

 p { color: rgb(99,74,92); }

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

background-color css

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

 a { background-color: rgb(99,74,92); }

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

border-color css

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

 span { border-color: rgb(99,74,92); }

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