Html Css Color HEX #614A5E Purple Taupe

📋 copy color: '#614A5E'

red 97 ◦ green 74 ◦ blue 94

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

Shades of Purple Taupe #614A5E

Tints of Purple Taupe #614A5E

RGB

 RED value IS 97 (38.28% from 255) = 36.6%

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

 BLUE value IS 94 (37.11% from 255) = 35.47%

R = 36.6%
G = 27.92%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#614A5E (or 0x614A5E) is known color: Purple Taupe. HEX triplet: 61, 4A and 5E. RGB value is (97,74,94). Sum of RGB (Red+Green+Blue) = 97+74+94=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #614A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A5E is #9EB5A1. Grayscale: #535353. Windows color (decimal): -10401186 or 6179425. OLE color: 6179425.

HSL color Cylindrical-coordinate representation of color #614A5E: hue angle of 307.83º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #614A5E is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 74 94 -
CMYK 0 0.24 0.03 0.62
HSL 307.83º 0.13% 0.34% -
HSV(B) 307.83º 0.24% 0.38% -
XYZ 9.4 8.25 11.69 -
YUV 83.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 97 74 94 0 0.24 0.03 0.62 307.83 0.13 0.34
Hex 61 4A 5E 0 18 3 3E 134 D 22
Octal 141 112 136 0 30 3 76 464 15 42
Binary 1100001 1001010 1011110 0 11000 11 111110 100110100 1101 100010

Color Harmonies of #614A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A5E

Black with #614A5E

Text Example


Text Example

White with #614A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614A5E; }

 p { color: rgb(97,74,94); }

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

background-color css

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

 a { background-color: rgb(97,74,94); }

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

border-color css

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

 span { border-color: rgb(97,74,94); }

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