Html Css Color HEX #614D5E Salt Box

📋 copy color: '#614D5E'

red 97 ◦ green 77 ◦ blue 94

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

Shades of Salt Box #614D5E

Tints of Salt Box #614D5E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.73%

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

R = 36.19%
G = 28.73%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#614D5E (or 0x614D5E) is known color: Salt Box. HEX triplet: 61, 4D and 5E. RGB value is (97,77,94). Sum of RGB (Red+Green+Blue) = 97+77+94=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 97 - color contains mainly: red. Hex color #614D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D5E is #9EB2A1. Grayscale: #545454. Windows color (decimal): -10400418 or 6180193. OLE color: 6180193.

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

Color convert

RGB 97 77 94 -
CMYK 0 0.21 0.03 0.62
HSL 309º 0.11% 0.34% -
HSV(B) 309º 0.21% 0.38% -
XYZ 9.6 8.66 11.75 -
YUV 84.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 97 77 94 0 0.21 0.03 0.62 309 0.11 0.34
Hex 61 4D 5E 0 15 3 3E 135 B 22
Octal 141 115 136 0 25 3 76 465 13 42
Binary 1100001 1001101 1011110 0 10101 11 111110 100110101 1011 100010

Color Harmonies of #614D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D5E

Black with #614D5E

Text Example


Text Example

White with #614D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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