Html Css Color HEX #615D60 Salt Box

📋 copy color: '#615D60'

red 97 ◦ green 93 ◦ blue 96

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

Shades of Salt Box #615D60

Tints of Salt Box #615D60

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.52%

 BLUE value IS 96 (37.89% from 255) = 33.57%

R = 33.92%
G = 32.52%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#615D60 (or 0x615D60) is known color: Salt Box. HEX triplet: 61, 5D and 60. RGB value is (97,93,96). Sum of RGB (Red+Green+Blue) = 97+93+96=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 97 - color contains mainly: red. Hex color #615D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D60 is #9EA29F. Grayscale: #5E5E5E. Windows color (decimal): -10396320 or 6315361. OLE color: 6315361.

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

Color convert

RGB 97 93 96 -
CMYK 0 0.04 0.01 0.62
HSL 315º 0.02% 0.37% -
HSV(B) 315º 0.04% 0.38% -
XYZ 10.96 11.21 12.65 -
YUV 94.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 97 93 96 0 0.04 0.01 0.62 315 0.02 0.37
Hex 61 5D 60 0 4 1 3E 13B 2 25
Octal 141 135 140 0 4 1 76 473 2 45
Binary 1100001 1011101 1100000 0 100 1 111110 100111011 10 100101

Color Harmonies of #615D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D60

Black with #615D60

Text Example


Text Example

White with #615D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,93,96); }

 H1.HeaderClassName
 {
   color: #615D60;
 }
 .AnyTagClassName
 {
   color: #615D60;
 }
</style>

background-color css

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

 a { background-color: rgb(97,93,96); }

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

border-color css

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

 span { border-color: rgb(97,93,96); }

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