Html Css Color HEX #614D5F Salt Box

📋 copy color: '#614D5F'

red 97 ◦ green 77 ◦ blue 95

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

Shades of Salt Box #614D5F

Tints of Salt Box #614D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.32%

R = 36.06%
G = 28.62%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#614D5F (or 0x614D5F) is known color: Salt Box. HEX triplet: 61, 4D and 5F. RGB value is (97,77,95). Sum of RGB (Red+Green+Blue) = 97+77+95=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 97 - color contains mainly: red. Hex color #614D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D5F is #9EB2A0. Grayscale: #545454. Windows color (decimal): -10400417 or 6245729. OLE color: 6245729.

HSL color Cylindrical-coordinate representation of color #614D5F: hue angle of 306º 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 #614D5F is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 77 95 -
CMYK 0 0.21 0.02 0.62
HSL 306º 0.11% 0.34% -
HSV(B) 306º 0.21% 0.38% -
XYZ 9.65 8.68 11.99 -
YUV 85.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 97 77 95 0 0.21 0.02 0.62 306 0.11 0.34
Hex 61 4D 5F 0 15 2 3E 132 B 22
Octal 141 115 137 0 25 2 76 462 13 42
Binary 1100001 1001101 1011111 0 10101 10 111110 100110010 1011 100010

Color Harmonies of #614D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D5F

Black with #614D5F

Text Example


Text Example

White with #614D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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