Html Css Color HEX #616061 Salt Box

📋 copy color: '#616061'

red 97 ◦ green 96 ◦ blue 97

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

Shades of Salt Box #616061

Tints of Salt Box #616061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 97 (38.28% from 255) = 33.45%

R = 33.45%
G = 33.1%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#616061 (or 0x616061) is known color: Salt Box. HEX triplet: 61, 60 and 61. RGB value is (97,96,97). Sum of RGB (Red+Green+Blue) = 97+96+97=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #616061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616061 is #9E9F9E. Grayscale: #606060. Windows color (decimal): -10395551 or 6381665. OLE color: 6381665.

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

Color convert

RGB 97 96 97 -
CMYK 0 0.01 0 0.62
HSL 300º 0.01% 0.38% -
HSV(B) 300º 0.01% 0.38% -
XYZ 11.27 11.77 12.99 -
YUV 96.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 97 96 97 0 0.01 0 0.62 300 0.01 0.38
Hex 61 60 61 0 1 0 3E 12C 1 26
Octal 141 140 141 0 1 0 76 454 1 46
Binary 1100001 1100000 1100001 0 1 0 111110 100101100 1 100110

Color Harmonies of #616061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616061

Black with #616061

Text Example


Text Example

White with #616061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616061; }

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

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

background-color css

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

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

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

border-color css

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

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

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