Html Css Color HEX #614C5F Salt Box

📋 copy color: '#614C5F'

red 97 ◦ green 76 ◦ blue 95

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

Shades of Salt Box #614C5F

Tints of Salt Box #614C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.36%

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

R = 36.19%
G = 28.36%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#614C5F (or 0x614C5F) is known color: Salt Box. HEX triplet: 61, 4C and 5F. RGB value is (97,76,95). Sum of RGB (Red+Green+Blue) = 97+76+95=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 97 - color contains mainly: red. Hex color #614C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C5F is #9EB3A0. Grayscale: #545454. Windows color (decimal): -10400673 or 6245473. OLE color: 6245473.

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

Color convert

RGB 97 76 95 -
CMYK 0 0.22 0.02 0.62
HSL 305.71º 0.12% 0.34% -
HSV(B) 305.71º 0.22% 0.38% -
XYZ 9.58 8.54 11.97 -
YUV 84.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 97 76 95 0 0.22 0.02 0.62 305.71 0.12 0.34
Hex 61 4C 5F 0 16 2 3E 132 C 22
Octal 141 114 137 0 26 2 76 462 14 42
Binary 1100001 1001100 1011111 0 10110 10 111110 100110010 1100 100010

Color Harmonies of #614C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C5F

Black with #614C5F

Text Example


Text Example

White with #614C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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