Html Css Color HEX #615E60 Salt Box

📋 copy color: '#615E60'

red 97 ◦ green 94 ◦ blue 96

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

Shades of Salt Box #615E60

Tints of Salt Box #615E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

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

R = 33.8%
G = 32.75%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#615E60 (or 0x615E60) is known color: Salt Box. HEX triplet: 61, 5E and 60. RGB value is (97,94,96). Sum of RGB (Red+Green+Blue) = 97+94+96=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 97 - color contains mainly: red. Hex color #615E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E60 is #9EA19F. Grayscale: #5F5F5F. Windows color (decimal): -10396064 or 6315617. OLE color: 6315617.

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

Color convert

RGB 97 94 96 -
CMYK 0 0.03 0.01 0.62
HSL 320º 0.02% 0.37% -
HSV(B) 320º 0.03% 0.38% -
XYZ 11.04 11.39 12.68 -
YUV 95.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 97 94 96 0 0.03 0.01 0.62 320 0.02 0.37
Hex 61 5E 60 0 3 1 3E 140 2 25
Octal 141 136 140 0 3 1 76 500 2 45
Binary 1100001 1011110 1100000 0 11 1 111110 101000000 10 100101

Color Harmonies of #615E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E60

Black with #615E60

Text Example


Text Example

White with #615E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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