#615A5F

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

Shades of Salt Box #615A5F

Tints of Salt Box #615A5F

Color information

#615A5F (or 0x615A5F) is unknown color: approx Salt Box. HEX triplet: 61, 5A and 5F. RGB value is (97,90,95). Sum of RGB (Red+Green+Blue) = 97+90+95=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 97 - color contains mainly: red. Hex color #615A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A5F is #9EA5A0. Grayscale: #5C5C5C. Windows color (decimal): -10397089 or 6249057. OLE color: 6249057.

HSL color Cylindrical-coordinate representation of color #615A5F: hue angle of 317.14º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #615A5F is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB979095-
CMYK00.070.020.62
HSL317.14º3.74%36.67%-
HSV(B)317.14º7.22%38.04%-
XYZ10.6510.6812.33-
YUV92.66129.32131.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 95 (37.5% from 255) = 33.69%
R=34.40%
G=31.91%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97909500.070.020.62317.143.7436.67
Hex615A5F0723E13d425
Octal14113213707276475445
Binary110000110110101011111011110111110100111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615A5F; }

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

 H1.HeaderClassName
 {
   color: #615A5F;
 }
 .AnyTagClassName
 {
   color: #615A5F;
 }
</style>
background-color css

<style>
 a { background-color: #615A5F; }

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

 div.DivClassName
 {
   background-color: #615A5F;
 }
 .BgClassName
 {
   background-color: #615A5F;
 }
</style>
border-color css

<style>
 span { border-color: #615A5F; }

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

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