#614C5F

Color #614C5F Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #614C5F

Tints of Salt Box #614C5F

Color information

#614C5F (or 0x614C5F) is unknown color: approx 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

RGB977695-
CMYK00.220.020.62
HSL305.71º12.14%33.92%-
HSV(B)305.71º21.65%38.04%-
XYZ9.588.5411.97-
YUV84.44133.96136.96-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97769500.220.020.62305.7112.1433.92
Hex614C5F01623E132c22
Octal1411141370262764621442
Binary110000110011001011111010110101111101001100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>