Html Css Color HEX #633D5A Purple Taupe

📋 copy color: '#633D5A'

red 99 ◦ green 61 ◦ blue 90

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

Shades of Purple Taupe #633D5A

Tints of Purple Taupe #633D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.4%

 BLUE value IS 90 (35.55% from 255) = 36%

R = 39.6%
G = 24.4%
B = 36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#633D5A (or 0x633D5A) is known color: Purple Taupe. HEX triplet: 63, 3D and 5A. RGB value is (99,61,90). Sum of RGB (Red+Green+Blue) = 99+61+90=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #633D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633D5A is #9CC2A5. Grayscale: #4B4B4B. Windows color (decimal): -10273446 or 5913955. OLE color: 5913955.

HSL color Cylindrical-coordinate representation of color #633D5A: hue angle of 314.21º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #633D5A is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 61 90 -
CMYK 0 0.38 0.09 0.61
HSL 314.21º 0.24% 0.31% -
HSV(B) 314.21º 0.38% 0.39% -
XYZ 8.66 6.73 10.52 -
YUV 75.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 99 61 90 0 0.38 0.09 0.61 314.21 0.24 0.31
Hex 63 3D 5A 0 26 9 3D 13A 18 1F
Octal 143 75 132 0 46 11 75 472 30 37
Binary 1100011 111101 1011010 0 100110 1001 111101 100111010 11000 11111

Color Harmonies of #633D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633D5A

Black with #633D5A

Text Example


Text Example

White with #633D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633D5A; }

 p { color: rgb(99,61,90); }

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

background-color css

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

 a { background-color: rgb(99,61,90); }

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

border-color css

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

 span { border-color: rgb(99,61,90); }

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